From 7086dd8f487c2a456456fd34a2815f25c8bcc480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 16:55:35 +0000 Subject: [PATCH] build(deps): bump rustls from 0.21.8 to 0.21.9 (#30747) Bumps [rustls](https://github.com/rustls/rustls) from 0.21.8 to 0.21.9. - [Release notes](https://github.com/rustls/rustls/releases) - [Commits](https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8184dd2af9c3..888f7da9dc524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4676,9 +4676,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", diff --git a/Cargo.toml b/Cargo.toml index f31c217cfb0d5..5bed03ab9af98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ rand_core = "0.6" rand_isaac = "0.3" rayon = "1" regex = "1.10" -rustls = { version = "0.21.7", features = ["dangerous_configuration"] } +rustls = { version = "0.21.9", features = ["dangerous_configuration"] } rustls-pemfile = "1.0.4" script_layout_interface = { path = "components/shared/script_layout" } script_traits = { path = "components/shared/script" }