Skip to content

Commit

Permalink
Update rustls-native-certs requirement
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.
- [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]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent 820bcc8 commit f70c503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http = "0.2"
hyper = { version = "0.14", default-features = false, features = ["client"] }
log = { version = "0.4.4", optional = true }
pki-types = { package = "rustls-pki-types", version = "0.2" }
rustls-native-certs = { version = "=0.7.0-alpha.2", optional = true }
rustls-native-certs = { version = "=0.7.0-alpha.3", optional = true }
rustls = { version = "=0.22.0-alpha.5", default-features = false }
tokio = "1.0"
tokio-rustls = { version = "=0.25.0-alpha.3", default-features = false }
Expand Down

0 comments on commit f70c503

Please sign in to comment.