diff --git a/Cargo.lock b/Cargo.lock index dd126fab31..3f0f22f61f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6874,9 +6874,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.8" +version = "0.21.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" +checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" dependencies = [ "log", "ring 0.17.5", diff --git a/Cargo.toml b/Cargo.toml index e008827405..56107be230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -307,7 +307,7 @@ ring = "0.16" rpassword = "7.2.0" rstest = "0.18.2" rustfmt-wrapper = "0.2" -rustls = "0.21.8" +rustls = "0.21.9" samael = { git = "https://github.com/njaremko/samael", features = ["xmlsec"], branch = "master" } schemars = "0.8.12" secrecy = "0.8.0"