From 45876536c9fe2ae09a260745c4f215c98135053d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 03:18:30 +0000 Subject: [PATCH] fix(deps): bump rustls from 0.23.33 to 0.23.36 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.33 to 0.23.36. - [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.33...v/0.23.36) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..b99ac11df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ "reqwest", "rmcp", "rusqlite", - "rustls 0.23.33", + "rustls 0.23.36", "rustls-native-certs 0.8.2", "schemars", "semver", @@ -773,7 +773,7 @@ dependencies = [ "indexmap", "pin-project-lite", "rustls 0.21.12", - "rustls 0.23.33", + "rustls 0.23.36", "rustls-native-certs 0.8.2", "rustls-pki-types", "serde", @@ -1523,7 +1523,7 @@ dependencies = [ "ring", "rmcp", "rusqlite", - "rustls 0.23.33", + "rustls 0.23.36", "rustls-native-certs 0.8.2", "rustls-pemfile 2.2.0", "rustyline", @@ -3537,7 +3537,7 @@ dependencies = [ "http 1.3.1", "hyper 1.7.0", "hyper-util", - "rustls 0.23.33", + "rustls 0.23.36", "rustls-native-certs 0.8.2", "rustls-pki-types", "tokio", @@ -5607,7 +5607,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash", - "rustls 0.23.33", + "rustls 0.23.36", "socket2 0.6.1", "thiserror 2.0.17", "tokio", @@ -5627,7 +5627,7 @@ dependencies = [ "rand 0.9.2", "ring", "rustc-hash", - "rustls 0.23.33", + "rustls 0.23.36", "rustls-pki-types", "slab", "thiserror 2.0.17", @@ -6026,7 +6026,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.33", + "rustls 0.23.36", "rustls-native-certs 0.8.2", "rustls-pki-types", "serde", @@ -6204,9 +6204,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.33" +version = "0.23.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c" +checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" dependencies = [ "aws-lc-rs", "log", @@ -7383,7 +7383,7 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ - "rustls 0.23.33", + "rustls 0.23.36", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea..b67cce0fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ regex = "1.7.0" reqwest = { version = "0.12.14", default-features = false, features = ["http2", "charset", "rustls-tls", "rustls-tls-native-roots", "gzip", "json", "socks", "cookies", "stream"] } ring = "0.17.14" rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] } -rustls = "0.23.23" +rustls = "0.23.36" rustls-native-certs = "0.8.1" rustls-pemfile = "2.1.0" rustyline = { version = "15.0.0", features = ["custom-bindings", "derive", "with-file-history"], default-features = false }