Skip to content

Commit ee09009

Browse files
Update tokio-rustls requirement from =0.25.0-alpha.4 to =0.25.0
Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. - [Commits](https://github.com/rustls/tokio-rustls/commits) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1177cc commit ee09009

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
@@ -18,7 +18,7 @@ pki-types = { package = "rustls-pki-types", version = "0.2" }
1818
rustls-native-certs = { version = "=0.7.0-alpha.3", optional = true }
1919
rustls = { version = "=0.22.0-alpha.6", default-features = false }
2020
tokio = "1.0"
21-
tokio-rustls = { version = "=0.25.0-alpha.4", default-features = false }
21+
tokio-rustls = { version = "=0.25.0", default-features = false }
2222
webpki-roots = { version = "=0.26.0-alpha.2", optional = true }
2323
futures-util = { version = "0.3", default-features = false }
2424

0 commit comments

Comments
 (0)