Skip to content

Commit 42023a4

Browse files
Update rustls-native-certs requirement from 0.7 to 0.8
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.0...v/0.8.0) --- updated-dependencies: - dependency-name: rustls-native-certs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a6a5687 commit 42023a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hyper = { version = "1", default-features = false }
1616
hyper-util = { version = "0.1", default-features = false, features = ["client-legacy", "tokio"] }
1717
log = { version = "0.4.4", optional = true }
1818
pki-types = { package = "rustls-pki-types", version = "1" }
19-
rustls-native-certs = { version = "0.7", optional = true }
19+
rustls-native-certs = { version = "0.8", optional = true }
2020
rustls-platform-verifier = { version = "0.3", optional = true }
2121
rustls = { version = "0.23", default-features = false }
2222
tokio = "1.0"

0 commit comments

Comments
 (0)