diff --git a/Cargo.lock b/Cargo.lock index 3329231397..1e848a2496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6887,9 +6887,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.6" +version = "0.26.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" +checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index 0febf289b0..c9448b1d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] } toml = "0.8" url = "2" uuid = { version = "1", features = ["serde", "v4"] } -webpki-roots = "0.26.6" +webpki-roots = "0.26.7" [dev-dependencies] anyhow = { workspace = true, features = ["backtrace"] } # Enable `backtrace` feature in tests.