From f95e1682833b56b54bbc334394e5ad6e95812675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:22:47 +0000 Subject: [PATCH] Bump openssl from 0.10.45 to 0.10.48 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.45 to 0.10.48. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...openssl-v0.10.48) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b03bfe5..f2c7356f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "openssl" -version = "0.10.45" +version = "0.10.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" +checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2" dependencies = [ "bitflags", "cfg-if", @@ -1283,9 +1283,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.80" +version = "0.9.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" +checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" dependencies = [ "autocfg", "cc", diff --git a/Cargo.toml b/Cargo.toml index 5c9c828a..5d177ca4 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.48", features = ["vendored"] } # Must match version from kube passwords = { version = "3.1", features = ["crypto"] } which = "4.4" semver = "1.0"