Skip to content

Commit

Permalink
chore(deps): bump webpki-roots from 0.24.0 to 0.25.1
Browse files Browse the repository at this point in the history
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.24.0 to 0.25.1.
- [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]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent f9a2f09 commit 0a97349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ tokio = { version = "1.5", features = ["io-util", "macros", "net", "parking_lot"
tokio-native-tls = { version = "0.3", optional = true }
native-tls = { version = "0.2.8", optional = true, features = ["alpn"] }
tokio-rustls = { version = "0.24", optional = true }
webpki-roots = { version = "0.24", optional = true }
webpki-roots = { version = "0.25", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
async-trait = "0.1"

Expand Down

0 comments on commit 0a97349

Please sign in to comment.