Skip to content

Commit f70c503

Browse files
Update rustls-native-certs requirement
Updates the requirements on [rustls-native-certs](https://github.com/rustls/rustls-native-certs) to permit the latest version. - [Commits](https://github.com/rustls/rustls-native-certs/commits) --- updated-dependencies: - dependency-name: rustls-native-certs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 820bcc8 commit f70c503

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
@@ -15,7 +15,7 @@ http = "0.2"
1515
hyper = { version = "0.14", default-features = false, features = ["client"] }
1616
log = { version = "0.4.4", optional = true }
1717
pki-types = { package = "rustls-pki-types", version = "0.2" }
18-
rustls-native-certs = { version = "=0.7.0-alpha.2", optional = true }
18+
rustls-native-certs = { version = "=0.7.0-alpha.3", optional = true }
1919
rustls = { version = "=0.22.0-alpha.5", default-features = false }
2020
tokio = "1.0"
2121
tokio-rustls = { version = "=0.25.0-alpha.3", default-features = false }

0 commit comments

Comments
 (0)