Skip to content

Commit 7622c8b

Browse files
authored
Merge pull request #104 from ctz/dependabot/cargo/tokio-rustls-0.13.0
build(deps): update tokio-rustls requirement from 0.12.1 to 0.13.0
2 parents f51987a + 0dd3ae3 commit 7622c8b

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 @@ hyper = { version = "0.13.0", default-features = false }
1818
rustls = "0.16"
1919
rustls-native-certs = { version = "0.2.1", optional = true }
2020
tokio = "0.2.4"
21-
tokio-rustls = "0.12.1"
21+
tokio-rustls = "0.13.0"
2222
webpki = "0.21.0"
2323
webpki-roots = { version = "0.19", optional = true }
2424

0 commit comments

Comments
 (0)