Skip to content

Commit f16d5ac

Browse files
Bump webpki-roots from 0.22.6 to 0.23.0
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.22.6 to 0.23.0. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/commits) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 06a8334 commit f16d5ac

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)