From f45fe07a67177d2cea37e9dc7c2d062d82b612cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:46:42 +0000 Subject: [PATCH] Bump webpki-roots from 0.22.5 to 0.22.6 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.22.5 to 0.22.6. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.22.5...v/0.22.6) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/http/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b479b705..9691b862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6151,9 +6151,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.5" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be" +checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" dependencies = [ "webpki", ] diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index e8f2d504..d5a52ec9 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -32,7 +32,7 @@ tower-http = { version = "0.3.5", features = ["cors"] } tracing = "0.1.37" tracing-opentelemetry = "0.18.0" webpki = { version = "0.22.0", optional = true } -webpki-roots = { version = "0.22.5", optional = true } +webpki-roots = { version = "0.22.6", optional = true } [dev-dependencies] anyhow = "1.0.66"