Skip to content

Commit c209b0e

Browse files
build(deps): update rustls-native-certs requirement from 0.7.0 to 0.8.0
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] <[email protected]>
1 parent 72664b6 commit c209b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compio-quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ compio-runtime = { workspace = true, features = ["time"] }
2525
quinn-proto = "0.11.3"
2626
rustls = { workspace = true }
2727
rustls-platform-verifier = { version = "0.3.3", optional = true }
28-
rustls-native-certs = { version = "0.7.1", optional = true }
28+
rustls-native-certs = { version = "0.8.0", optional = true }
2929
webpki-roots = { version = "0.26.3", optional = true }
3030
h3 = { version = "0.0.6", optional = true }
3131

compio-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compio-runtime = { workspace = true }
3131
compio-macros = { workspace = true }
3232

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

3636
[features]
3737
default = ["native-tls"]

0 commit comments

Comments
 (0)