From b8019991a9d50f7031470099f3f2fd0d290538cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:52:55 +0000 Subject: [PATCH] Bump rustls from 0.22.1 to 0.22.2 Bumps [rustls](https://github.com/rustls/rustls) from 0.22.1 to 0.22.2. - [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.22.1...v/0.22.2) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2884a0a8..c850f0a4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2722,9 +2722,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe6b63262c9fcac8659abfaa96cac103d28166d3ff3eaf8f412e19f3ae9e5a48" +checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" dependencies = [ "ring", "rustls-pki-types", @@ -2741,9 +2741,9 @@ checksum = "e7673e0aa20ee4937c6aacfc12bb8341cfbf054cdd21df6bec5fd0629fe9339b" [[package]] name = "rustls-webpki" -version = "0.102.0" +version = "0.102.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de2635c8bc2b88d367767c5de8ea1d8db9af3f6219eba28442242d9ab81d1b89" +checksum = "ef4ca26037c909dedb327b48c3327d0ba91d3dd3c4e05dad328f210ffb68e95b" dependencies = [ "ring", "rustls-pki-types", diff --git a/Cargo.toml b/Cargo.toml index 582ea39b5..7c5ae6f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ unicode-segmentation = "1.10" rawrrr = {version = "0.1.0", optional = true} httparse = {version = "1.8.0", optional = true} open = {version = "5", optional = true} -rustls = {version = "0.22.1", optional = true, default-features = false, features = [ +rustls = {version = "0.22.2", optional = true, default-features = false, features = [ "tls12", "ring", ]}