From 4ad9514fc3a480db7d9d8a16d9f779f5ebece6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:29:18 +0000 Subject: [PATCH] Update webpki-roots requirement from 0.23 to 0.24 Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version. - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.23.1...v/0.24.0) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 699911d..8728ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]