From 8d64e28b455b72e8fee8c450cf0f1e1abc8e7c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:43:23 +0000 Subject: [PATCH] Bump rustls from 0.23.37 to 0.23.38 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.37 to 0.23.38. - [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.37...v/0.23.38) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.38 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 e1ecc81..2ea5018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3408,9 +3408,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.37" +version = "0.23.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" +checksum = "69f9466fb2c14ea04357e91413efb882e2a6d4a406e625449bc0a5d360d53a21" dependencies = [ "once_cell", "ring", diff --git a/Cargo.toml b/Cargo.toml index 1c76a2c..2245c5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures-util = { version = "0.3.32", default-features = false, features = [ ] } getset = "0.1.6" redb = "3.1.1" -rustls = { version = "0.23.37", default-features = false, features = ["std", "tls12", "ring"] } +rustls = { version = "0.23.38", default-features = false, features = ["std", "tls12", "ring"] } rustversion = "1.0.22" serde = { version = "1.0.228", features = ["derive"] } sqlx = { version = "0.8.6", features = [