Skip to content

Commit

Permalink
build(deps): update rustls-native-certs requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-native-certs](https://github.com/rustls/rustls-native-certs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 72664b6 commit c209b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compio-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ compio-runtime = { workspace = true, features = ["time"] }
quinn-proto = "0.11.3"
rustls = { workspace = true }
rustls-platform-verifier = { version = "0.3.3", optional = true }
rustls-native-certs = { version = "0.7.1", optional = true }
rustls-native-certs = { version = "0.8.0", optional = true }
webpki-roots = { version = "0.26.3", optional = true }
h3 = { version = "0.0.6", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion compio-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compio-runtime = { workspace = true }
compio-macros = { workspace = true }

rustls = { workspace = true, default-features = false, features = ["ring"] }
rustls-native-certs = "0.7.0"
rustls-native-certs = "0.8.0"

[features]
default = ["native-tls"]
Expand Down

0 comments on commit c209b0e

Please sign in to comment.