Skip to content

Commit c2af968

Browse files
committed
Update dependencies
1 parent 8fe383b commit c2af968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ futures-util = { version = "^0.3.7", features = ["sink"] }
1717
log = "^0.4.11"
1818
native-tls = { version = "0.2", optional = true }
1919
pin-project = "1.0"
20-
socket2 = { version = "0.5", features = ["all"] }
20+
socket2 = { version = "0.6.0", features = ["all"] }
2121
tokio = { version = "1.0", features = ["rt", "net", "time"] }
2222
tokio-native-tls = { version = "0.3.0", optional = true }
2323
tokio-rustls = { version = "0.26", optional = true }
2424
tokio-util = { version = "0.7", features = ["codec"] }
25-
webpki-roots = { version = "0.26", optional = true }
25+
webpki-roots = { version = "1.0.2", optional = true }
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)