From 4c7b435d13ff99c38d4327f5c921aff45de12bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:19:06 +0000 Subject: [PATCH] Bump rustls from 0.22.2 to 0.22.4 Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.22.4. - [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.2...v/0.22.4) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production ... 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 a2ed002..7ca0d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,9 +583,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustls" -version = "0.22.2" +version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" +checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" dependencies = [ "log", "ring", diff --git a/Cargo.toml b/Cargo.toml index 7740ddf..9251603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ pem = { version = "3.0", optional = true } ring = { version = "0.17", features = ["std"], optional = true } hyper-rustls = { version = "0.26.0", default-features = false, features = ["http2", "webpki-roots", "ring"] } rustls-pemfile = "2.1.1" -rustls = "0.22.0" +rustls = "0.22.4" parking_lot = "0.12" [dev-dependencies]