From b9edcebc55ea93931821ced0d4b7842f149c2c91 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 05:07:19 +0000 Subject: [PATCH] Update Rust crate rustls to 0.21.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"