Skip to content

Commit 9224157

Browse files
committed
Update dependencies
1 parent df32878 commit 9224157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ log = "0.4.4"
1515
ct-logs = { version = "^0.7", optional = true }
1616
futures-util = "0.3.1"
1717
hyper = { version = "0.13.0", default-features = false }
18-
rustls = "0.17"
19-
rustls-native-certs = { version = "0.3.0", optional = true }
18+
rustls = "0.18"
19+
rustls-native-certs = { version = "0.4.0", optional = true }
2020
tokio = "0.2.4"
21-
tokio-rustls = "0.13.0"
21+
tokio-rustls = "0.14.0"
2222
webpki = "0.21.0"
2323
webpki-roots = { version = "0.20", optional = true }
2424

0 commit comments

Comments
 (0)