Skip to content

Commit 35c8ae2

Browse files
Bump webpki-roots from 0.22.6 to 0.23.0 (#1169)
1 parent 06a8334 commit 35c8ae2

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

Lines changed: 12 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ tokio = { version = "1.5", features = ["io-util", "macros", "net", "parking_lot"
9797
tokio-native-tls = { version = "0.3", optional = true }
9898
native-tls = { version = "0.2.8", optional = true, features = ["alpn"] }
9999
tokio-rustls = { version = "0.24", optional = true }
100-
webpki-roots = { version = "0.22", optional = true }
100+
webpki-roots = { version = "0.23", optional = true }
101101
rustls-native-certs = { version = "0.6.1", optional = true }
102102
async-trait = "0.1"
103103

0 commit comments

Comments
 (0)