From 4a3a5b4fd2723b20983ffa5b4a7f8805defe81f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:29:58 +0000 Subject: [PATCH] Bump rustls from 0.20.9 to 0.21.12 Bumps [rustls](https://github.com/rustls/rustls) from 0.20.9 to 0.21.12. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.20.9...v/0.21.12) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 969eeeec1..f0af87d33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,7 @@ dependencies = [ "regex", "reqwest", "rstest", - "rustls 0.20.9", + "rustls 0.21.12", "rustls-pemfile", "select", "serde", diff --git a/Cargo.toml b/Cargo.toml index fe168903c..338ace0fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ nanoid = "0.4" percent-encoding = "2" port_check = "0.2" regex = "1" -rustls = { version = "0.20", optional = true } +rustls = { version = "0.21", optional = true } rustls-pemfile = { version = "1.0", optional = true } serde = { version = "1", features = ["derive"] } sha2 = "0.10"