From 84ab599854208a53c2cec70b0d27a6cecdee7196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:38:42 +0000 Subject: [PATCH] Bump rustls from 0.23.39 to 0.23.40 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.39 to 0.23.40. - [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.23.39...v/0.23.40) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.40 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 477d1e7..f261862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,9 +1407,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.39" +version = "0.23.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2c118cb077cca2822033836dfb1b975355dfb784b5e8da48f7b6c5db74e60e" +checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" dependencies = [ "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 12453a1..1c1d56c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4", default-features = false, features = [ ] } handlebars = { version = "6", features = ["dir_source"] } rand = { version = "0.10", default-features = false, features = ["thread_rng"] } -rustls = { version = "0.23.39", default-features = false, features = [ +rustls = { version = "0.23.40", default-features = false, features = [ "logging", "ring", "std",