From 89cb33f04f35519d597ca3f1feb4d658b034de62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:30:01 -0700 Subject: [PATCH] build(deps): bump openssl from 0.10.66 to 0.10.67 (#13190) Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.67. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- policy-controller/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba88800066528..3375a3c71b60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,9 +1448,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "7b8cefcf97f41316955f9294cd61f639bdcfa9f2f230faac6cb896aa8ab64704" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -1489,9 +1489,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", diff --git a/policy-controller/Cargo.toml b/policy-controller/Cargo.toml index e7e565e343ebf..280f6eb1dea65 100644 --- a/policy-controller/Cargo.toml +++ b/policy-controller/Cargo.toml @@ -23,7 +23,7 @@ ipnet = { version = "2", default-features = false } linkerd-policy-controller-core = { path = "./core" } linkerd-policy-controller-grpc = { path = "./grpc" } linkerd-policy-controller-k8s-api = { path = "./k8s/api" } -openssl = { version = "0.10.66", optional = true } +openssl = { version = "0.10.67", optional = true } linkerd-policy-controller-k8s-index = { path = "./k8s/index" } linkerd-policy-controller-k8s-status = { path = "./k8s/status" } parking_lot = "0.12"