From a496cc7e5fbfe46dd1e66fba8e582605e7eaa3cf Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 25 Jun 2018 22:11:01 -0700 Subject: [PATCH 1/2] Upgrade native-tls 0.1 -> 0.2 --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cf0afe..1502837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,10 +30,7 @@ utf-8 = "0.7.1" [dependencies.native-tls] optional = true -version = "0.1.5" +version = "0.2" [dev-dependencies] env_logger = "0.5.3" - -[patch.crates-io] -native-tls = { git = "https://github.com/sfackler/rust-native-tls.git" } From 93907bd70c0c7944a7539cee69060c37b25fccb4 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Mon, 25 Jun 2018 22:16:22 -0700 Subject: [PATCH 2/2] Upgrade dependency versions --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cf0afe..347ea46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,17 +16,17 @@ default = ["tls"] tls = ["native-tls"] [dependencies] -base64 = "0.9.0" -byteorder = "1.1.0" -bytes = "0.4.6" -httparse = "1.2.3" +base64 = "0.9.2" +byteorder = "1.2.3" +bytes = "0.4.8" +httparse = "1.3.1" # Required until input_buffer has new version published with Debug derive fix present input_buffer = { git = "https://github.com/snapview/input_buffer" } -log = "0.4.1" -rand = "0.4.2" +log = "0.4.2" +rand = "0.5.2" sha1 = "0.4.0" -url = "1.5.1" -utf-8 = "0.7.1" +url = "1.7.0" +utf-8 = "0.7.2" [dependencies.native-tls] optional = true