Skip to content

Commit cbf0264

Browse files
Update tokio-rustls requirement from 0.25.0 to 0.26.0
Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](rustls/tokio-rustls@v/0.25.0...v/0.26.0) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 975d213 commit cbf0264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pin-project-lite = "0.2.13"
2222
thiserror = "1.0.30"
2323
tokio = { version = "1.0", features = ["time"] }
2424
tokio-native-tls = { version = "0.3.0", optional = true }
25-
tokio-rustls = { version = "0.25.0", optional = true }
25+
tokio-rustls = { version = "0.26.0", optional = true }
2626
tokio-openssl = { version = "0.6.3", optional = true }
2727
openssl_impl = { package = "openssl", version = "0.10.32", optional = true }
2828

0 commit comments

Comments
 (0)