Skip to content

Commit aa9ccaa

Browse files
authored
Merge pull request #43 from tmccombs/dependabot/cargo/tokio-rustls-0.26.0
Update tokio-rustls requirement from 0.25.0 to 0.26.0
2 parents 975d213 + cbf0264 commit aa9ccaa

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)