From 1f50e360390ed8f6359db90c8a192872f316f4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 22:52:16 +0000 Subject: [PATCH] Bump openssl from 0.10.45 to 0.10.55 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.55. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.55) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b03bfe5..521c3ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "openssl" -version = "0.10.45" +version = "0.10.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" +checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" dependencies = [ "bitflags", "cfg-if", @@ -1283,11 +1283,10 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.80" +version = "0.9.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" +checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" dependencies = [ - "autocfg", "cc", "libc", "openssl-src", diff --git a/Cargo.toml b/Cargo.toml index 5c9c828a..15ba85c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ k8s-openapi = { version = "0.17", default-features = false, features = ["v1_26"] kube = { version = "0.78", default-features = false, features = ["client", "openssl-tls"]} # Using openssl (and not native-tls) as kube-rs team tries to move away from native-tls lazy_static = "1.4" log = "0.4" -openssl = { version = "0.10.45", features = ["vendored"] } # Must match version from kube +openssl = { version = "0.10.55", features = ["vendored"] } # Must match version from kube passwords = { version = "3.1", features = ["crypto"] } which = "4.4" semver = "1.0"