diff --git a/Cargo.lock b/Cargo.lock index 2f041edaf7..af99e516c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7073,9 +7073,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.7" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" +checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index f1e52d31d6..c0f80b32fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,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.7" +webpki-roots = "0.26.8" blake3 = "1.5.5" [dev-dependencies]