Skip to content

Commit

Permalink
Update webpki-roots requirement from 0.23 to 0.24 (#212)
Browse files Browse the repository at this point in the history
Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version.
- [Commits](rustls/webpki-roots@v/0.23.1...v/0.24.0)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent 1c8811a commit 73f4299
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 @@ -18,7 +18,7 @@ rustls-native-certs = { version = "0.6", optional = true }
rustls = { version = "0.21.0", default-features = false }
tokio = "1.0"
tokio-rustls = { version = "0.24.0", default-features = false }
webpki-roots = { version = "0.23", optional = true }
webpki-roots = { version = "0.24", optional = true }
futures-util = { version = "0.3" }

[dev-dependencies]
Expand Down

0 comments on commit 73f4299

Please sign in to comment.