Skip to content

Commit

Permalink
chore(deps): Bump rustls-native-certs from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.0...v/0.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Dec 9, 2024
1 parent 8766ff2 commit 51048ec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
35 changes: 12 additions & 23 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 @@ -98,7 +98,7 @@ rustls = { version = "0.23.10", default-features = false, features = [
"tls12",
"ring",
] }
rustls-native-certs = "0.8.0"
rustls-native-certs = "0.8.1"
salsa = "0.16.1"
schemars = { version = "0.8.21", default-features = false, features = [
"derive",
Expand Down
2 changes: 1 addition & 1 deletion plugins/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rustls = { version = "0.23.10", default-features = false, features = [
"tls12",
"ring",
] }
rustls-native-certs = "0.8.0"
rustls-native-certs = "0.8.1"
schemars = { version = "0.8.21", features = ["url"] }
serde = "1.0.215"
serde_json = "1.0.133"
Expand Down

0 comments on commit 51048ec

Please sign in to comment.