diff --git a/Cargo.toml b/Cargo.toml index da1b3077..5343fd11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ headers = { version = "0.4", optional = true } # async-native-tls = { git = "https://github.com/async-email/async-native-tls.git", rev = "b5b5562d6cea77f913d4cbe448058c031833bf17", optional = true, default-features = false } # Temporarily use forked version released to crates.io async-native-tls = { package = "web3-async-native-tls", version = "0.4", optional = true, default-features = false } -tokio-rustls = { version = "0.25", optional = true } +tokio-rustls = { version = "0.26", optional = true } rustls-pki-types = { version = "1", optional = true } webpki-roots = { version = "0.26", optional = true } async-std = { version = "1.6", optional = true }