Skip to content

Commit

Permalink
Bump the test dependencies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Feb 6, 2023
1 parent 27ec4a3 commit 874478f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tokio-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tokio-rustls/examples/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion tokio-rustls/examples/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 874478f

Please sign in to comment.