From 446df2689b5990dd1566ab315383701c93a20263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:10:36 +0000 Subject: [PATCH] build(deps): bump rustls from 0.23.10 to 0.23.12 Bumps [rustls](https://github.com/rustls/rustls) from 0.23.10 to 0.23.12. - [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.10...v/0.23.12) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b063c99..c6f5cd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,9 +137,9 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "aws-lc-rs" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8a47f2fb521b70c11ce7369a6c5fa4bd6af7e5d62ec06303875bafe7c6ba245" +checksum = "4ae74d9bd0a7530e8afd1770739ad34b36838829d6ad61818f9230f683f5ad77" dependencies = [ "aws-lc-sys", "mirai-annotations", @@ -149,9 +149,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2927c7af777b460b7ccd95f8b67acd7b4c04ec8896bf0c8e80ba30523cffc057" +checksum = "0f0e249228c6ad2d240c2dc94b714d711629d52bad946075d8e9b2f5391f0703" dependencies = [ "bindgen", "cc", @@ -255,7 +255,7 @@ dependencies = [ "hyperlocal", "log", "pin-project-lite", - "rustls 0.23.10", + "rustls 0.23.12", "rustls-native-certs", "rustls-pemfile 2.1.2", "rustls-pki-types", @@ -1146,7 +1146,7 @@ dependencies = [ "hyper 1.4.0", "hyper-util", "log", - "rustls 0.23.10", + "rustls 0.23.12", "rustls-native-certs", "rustls-pki-types", "tokio", @@ -1387,7 +1387,7 @@ dependencies = [ "k8s-openapi", "kube-core", "pem", - "rustls 0.23.10", + "rustls 0.23.12", "rustls-pemfile 2.1.2", "secrecy", "serde", @@ -1943,7 +1943,7 @@ dependencies = [ "predicates", "rand 0.9.0-alpha.1", "reqwest 0.12.5", - "rustls 0.23.10", + "rustls 0.23.12", "serde", "serde_json", "serde_yaml", @@ -2254,16 +2254,16 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.10" +version = "0.23.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" +checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" dependencies = [ "aws-lc-rs", "log", "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.102.5", + "rustls-webpki 0.102.6", "subtle", "zeroize", ] @@ -2318,9 +2318,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.5" +version = "0.102.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78" +checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" dependencies = [ "aws-lc-rs", "ring", @@ -2894,7 +2894,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.10", + "rustls 0.23.12", "rustls-pki-types", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index f602858..b3ad3d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ assert_cmd = "2.0.16" k8s-openapi = { version = "0.22.0", features = ["v1_30"] } kube = "0.93.1" predicates = "3.1.2" -rustls = "0.23.10" +rustls = "0.23.12" serde_json = "1.0.124" testcontainers = { version = "0.21.1", features = ["blocking"] } testcontainers-modules = { version = "0.9.0", features = ["blocking", "hashicorp_vault", "k3s", "postgres"] }