From 874478f09ad6496dd826cdb6492fa36653719b47 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 6 Feb 2023 16:39:21 +0800 Subject: [PATCH] Bump the test dependencies (#130) --- tokio-native-tls/Cargo.toml | 6 +++--- tokio-rustls/examples/client/Cargo.toml | 2 +- tokio-rustls/examples/server/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tokio-native-tls/Cargo.toml b/tokio-native-tls/Cargo.toml index 513ec30..b98c4ca 100644 --- a/tokio-native-tls/Cargo.toml +++ b/tokio-native-tls/Cargo.toml @@ -30,10 +30,10 @@ vendored = ["native-tls/vendored"] [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "io-util", "net"] } -tokio-util = { version = "0.6.0", features = ["full"] } +tokio-util = { version = "0.7.4", features = ["full"] } -cfg-if = "0.1" -env_logger = { version = "0.6", default-features = false } +cfg-if = "1.0" +env_logger = { version = "0.10", default-features = false } futures = { version = "0.3.0", features = ["async-await"] } tempfile = "3.1" diff --git a/tokio-rustls/examples/client/Cargo.toml b/tokio-rustls/examples/client/Cargo.toml index 3cefe18..9c83f3d 100644 --- a/tokio-rustls/examples/client/Cargo.toml +++ b/tokio-rustls/examples/client/Cargo.toml @@ -10,4 +10,4 @@ tokio = { version = "1.0", features = [ "full" ] } argh = "0.1" tokio-rustls = { path = "../.." } webpki-roots = "0.22" -rustls-pemfile = "0.2" +rustls-pemfile = "1.0" diff --git a/tokio-rustls/examples/server/Cargo.toml b/tokio-rustls/examples/server/Cargo.toml index bdc3235..6a5aec2 100644 --- a/tokio-rustls/examples/server/Cargo.toml +++ b/tokio-rustls/examples/server/Cargo.toml @@ -9,4 +9,4 @@ rust-version = "1.56" tokio = { version = "1.0", features = [ "full" ] } argh = "0.1" tokio-rustls = { path = "../.." } -rustls-pemfile = "0.2.1" +rustls-pemfile = "1.0"