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"