From 364619db6509b01135b7a6cf89c2e81b90135df8 Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:36:25 +0200 Subject: [PATCH 1/8] Bump byteorder to 1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c7b6d0..20d3863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ v4 = [] appveyor = [] [dependencies] -byteorder = "0.5.3" +byteorder = "1.2.1" log = "0.3.6" lz4-compress = "=0.1.0" openssl = { version = "0.9.6", optional = true } From c1fe995629b53988b640bbe467db34dd794fcb5d Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:37:00 +0200 Subject: [PATCH 2/8] Bump log to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20d3863..21c0fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ appveyor = [] [dependencies] byteorder = "1.2.1" -log = "0.3.6" +log = "0.4.1" lz4-compress = "=0.1.0" openssl = { version = "0.9.6", optional = true } r2d2 = "0.8.2" From 2fff243d2ca5f40de54fe657fe0fca2b50b48a91 Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:37:56 +0200 Subject: [PATCH 3/8] Bump openssl to 0.9.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21c0fab..7d88484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ appveyor = [] byteorder = "1.2.1" log = "0.4.1" lz4-compress = "=0.1.0" -openssl = { version = "0.9.6", optional = true } +openssl = { version = "0.9.23", optional = true } r2d2 = "0.8.2" rand = "0.3" snap = "0.2" From 5ce8fdf04faa9a4e991e83b653bc66a674ef8d3b Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:38:19 +0200 Subject: [PATCH 4/8] Bump rand to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d88484..50cd6d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.1" lz4-compress = "=0.1.0" openssl = { version = "0.9.23", optional = true } r2d2 = "0.8.2" -rand = "0.3" +rand = "0.4.1" snap = "0.2" time = "0.1.36" uuid = "0.5.0" From 78ce256d0f70f884ad1ebd9fa9612b1da70e0621 Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:38:53 +0200 Subject: [PATCH 5/8] Bump time to 0.1.38 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50cd6d0..02ffc2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ openssl = { version = "0.9.23", optional = true } r2d2 = "0.8.2" rand = "0.4.1" snap = "0.2" -time = "0.1.36" +time = "0.1.38" uuid = "0.5.0" [dev-dependencies] From f79a23bfa081a6a269233e1471a26983cdc2bea2 Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:39:10 +0200 Subject: [PATCH 6/8] Bump uuid to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 02ffc2d..d0a265b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ r2d2 = "0.8.2" rand = "0.4.1" snap = "0.2" time = "0.1.38" -uuid = "0.5.0" +uuid = "0.5.1" [dev-dependencies] env_logger = "0.3" From b7eef2ced34faab51bd4c1b22a3b81dc7a29e05c Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:41:11 +0200 Subject: [PATCH 7/8] Bump snap to 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0a265b..b93cb67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ lz4-compress = "=0.1.0" openssl = { version = "0.9.23", optional = true } r2d2 = "0.8.2" rand = "0.4.1" -snap = "0.2" +snap = "0.2.3" time = "0.1.38" uuid = "0.5.1" From 00dbb36cdbb0aa9f29cab80025821a166e1e5a77 Mon Sep 17 00:00:00 2001 From: Ernestas Poskus Date: Tue, 2 Jan 2018 13:40:10 +0200 Subject: [PATCH 8/8] Bump dev-dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b93cb67..c8fb0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,6 @@ time = "0.1.38" uuid = "0.5.1" [dev-dependencies] -env_logger = "0.3" -maplit = "0.1.4" -regex = "0.2.1" +env_logger = "0.4.3" +maplit = "1.0.0" +regex = "0.2.5"