From 8715dc90bb3c3339785d9d8cfb2450168d92e69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:43:28 +0000 Subject: [PATCH] chore(deps): bump rustls from 0.23.8 to 0.23.9 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.8 to 0.23.9. - [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.8...v/0.23.9) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b25d4e49..a7a1792f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1150,7 +1150,7 @@ dependencies = [ "percent-encoding", "pin-project-lite 0.2.13", "rand 0.8.5", - "rustls 0.23.8", + "rustls 0.23.9", "serde", "serde_json", "serde_urlencoded", @@ -1166,7 +1166,7 @@ dependencies = [ "env_logger", "log", "mime", - "rustls 0.23.8", + "rustls 0.23.9", "webpki-roots 0.26.1", ] @@ -1747,7 +1747,7 @@ dependencies = [ "bitflags 2.4.1", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "log", @@ -2042,7 +2042,7 @@ dependencies = [ "log", "notify 6.1.1", "parking_lot 0.12.3", - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pemfile 2.1.2", "tokio 1.37.0", ] @@ -4956,7 +4956,7 @@ dependencies = [ "env_logger", "futures-util", "log", - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pemfile 2.1.2", ] @@ -6187,7 +6187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.48", @@ -6897,9 +6897,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.8" +version = "0.23.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740" +checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" dependencies = [ "aws-lc-rs", "log", @@ -6918,7 +6918,7 @@ dependencies = [ "actix-web", "env_logger", "log", - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pemfile 2.1.2", ] @@ -6930,7 +6930,7 @@ dependencies = [ "actix-web", "env_logger", "log", - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pemfile 2.1.2", ] @@ -8252,7 +8252,7 @@ dependencies = [ "env_logger", "eyre", "log", - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pemfile 2.1.2", "tokio 1.37.0", ] @@ -8467,7 +8467,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.8", + "rustls 0.23.9", "rustls-pki-types", "tokio 1.37.0", ]