diff --git a/Cargo.toml b/Cargo.toml index 29cddea..2337bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = ["tls"] tls = ["native-tls"] [dependencies] -base64 = "0.4.0" +base64 = "0.4.1" byteorder = "1.0.0" bytes = "0.4.1" httparse = "1.2.1" @@ -28,7 +28,7 @@ utf-8 = "0.7.0" [dependencies.native-tls] optional = true -version = "0.1.1" +version = "0.1.2" [dev-dependencies] env_logger = "0.4.2"