Skip to content

Commit

Permalink
Update to tokio-rustls 0.26 and env_logger 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed May 9, 2024
1 parent 57770cf commit 5f351fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ package = "tokio-native-tls"

[dependencies.real-tokio-rustls]
optional = true
version = "0.25"
version = "0.26"
package = "tokio-rustls"

[dependencies.rustls-pki-types]
Expand All @@ -110,7 +110,7 @@ version = "0.19"
[dev-dependencies]
futures = "0.3"
url = "2.0.0"
env_logger = "0.10"
env_logger = "0.11"
async-std = { version = "1.0", features = ["attributes", "unstable"] }
tokio = { version = "1.0", features = ["full"] }
futures-channel = "0.3"
Expand Down

0 comments on commit 5f351fe

Please sign in to comment.