Bump the test dependencies (#130)

This commit is contained in:
John Vandenberg 2023-02-06 16:39:21 +08:00 committed by GitHub
parent 27ec4a3f4f
commit 874478f09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"