diff --git a/Cargo.lock b/Cargo.lock index 3960f895cfa8d..2ec516e71f2fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,7 +535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.0", ] [[package]] @@ -1625,9 +1625,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "openssl" -version = "0.10.79" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags", "cfg-if", @@ -1656,9 +1656,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.115" +version = "0.9.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" +checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4" dependencies = [ "cc", "libc", diff --git a/policy-controller/runtime/Cargo.toml b/policy-controller/runtime/Cargo.toml index 1b5196f0218d8..dcc889ac66203 100644 --- a/policy-controller/runtime/Cargo.toml +++ b/policy-controller/runtime/Cargo.toml @@ -17,7 +17,7 @@ hyper = { workspace = true, features = ["http1", "http2", "server"] } hyper-util = { workspace = true } ipnet = { version = "2", default-features = false } k8s-openapi = { workspace = true } -openssl = { version = "0.10.79", optional = true } +openssl = { version = "0.10.80", optional = true } parking_lot = "0.12" prometheus-client = { workspace = true } regex = "1"