Skip to content

Commit

Permalink
chore(deps): bump rustls-native-certs from 0.6.3 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.6.3 to 0.7.0.
- [Commits](rustls/rustls-native-certs@v/0.6.3...v/0.7.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2023
1 parent ad4a96f commit bc4fb3e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
39 changes: 34 additions & 5 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 @@ -138,7 +138,7 @@ 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.25", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
rustls-native-certs = { version = "0.7.0", optional = true }
async-trait = "0.1"

socket2 = { version = "0.5", features = ["all"] }
Expand Down

0 comments on commit bc4fb3e

Please sign in to comment.