Skip to content

Commit

Permalink
chore(deps): Bump rustls-native-certs from 0.7.1 to 0.8.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.7.1 to 0.8.0.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.1...v/0.8.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 and alilleybrinker committed Sep 9, 2024
1 parent 2f66adb commit baac185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ rustls = { version = "0.23.10", default-features = false, features = [
"tls12",
"ring",
] }
rustls-native-certs = "0.7.1"
rustls-native-certs = "0.8.0"
salsa = "0.16.1"
schemars = { version = "0.8.21", default-features = false, features = [
"derive",
Expand Down

0 comments on commit baac185

Please sign in to comment.