From 3bc50a4edb8c13f6fcb24872f7e9a86a0846d3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:41:31 +0000 Subject: [PATCH] Bump rustls from 0.21.8 to 0.21.9 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f88759251..60ca0e4d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,9 +1092,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 c55ae7b203..650639fde4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ uuid = { version = "1.5.0", default-features = false, features = [ "fast-rng", ] } mimalloc = { version = "0.1.39", default-features = false } -rustls = "0.21.8" +rustls = "0.21.9" once_cell = "1.18.0" tokio-context = "0.1.3" tracing-core = "0.1.32"