diff --git a/Cargo.lock b/Cargo.lock index 74b3b16..9231044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6032,9 +6032,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" +checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" dependencies = [ "rustls-pki-types", ] diff --git a/wallguard-server/Cargo.toml b/wallguard-server/Cargo.toml index ca9aa92..5fd2074 100644 --- a/wallguard-server/Cargo.toml +++ b/wallguard-server/Cargo.toml @@ -32,7 +32,7 @@ actix-ws = "0.3.0" futures-util = "0.3.31" rustls = "0.23.27" tokio-rustls = "0.26.2" -webpki-roots = "1.0.0" +webpki-roots = "1.0.4" hyper = { version = "1.6.0", features = [ "client", "http1", "http2" ] } hyper-util = { version = "0.1.10", features = ["client", "client-legacy", "http1"] } http-body-util = "0.1.3"