Skip to content

Commit

Permalink
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 18, 2023
1 parent 0240e45 commit 5eb1796
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tokio-native-tls = { version = "0.3.0", optional = true }
rustls = { version = "0.21.0", features = [
"dangerous_configuration",
], optional = true }
rustls-native-certs = { version = "0.6.2", optional = true }
rustls-native-certs = { version = "0.7.0", optional = true }
tokio-rustls = { version = "0.24.0", optional = true }

base64 = "0.21.0"
Expand Down

0 comments on commit 5eb1796

Please sign in to comment.