Skip to content

Commit 8b52e1b

Browse files
build(deps): bump openssl from 0.10.79 to 0.10.80 (#15285)
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.79 to 0.10.80. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.80 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e3e787 commit 8b52e1b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
535535
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
536536
dependencies = [
537537
"libc",
538-
"windows-sys 0.52.0",
538+
"windows-sys 0.61.0",
539539
]
540540

541541
[[package]]
@@ -1625,9 +1625,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
16251625

16261626
[[package]]
16271627
name = "openssl"
1628-
version = "0.10.79"
1628+
version = "0.10.80"
16291629
source = "registry+https://github.com/rust-lang/crates.io-index"
1630-
checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542"
1630+
checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967"
16311631
dependencies = [
16321632
"bitflags",
16331633
"cfg-if",
@@ -1656,9 +1656,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
16561656

16571657
[[package]]
16581658
name = "openssl-sys"
1659-
version = "0.9.115"
1659+
version = "0.9.116"
16601660
source = "registry+https://github.com/rust-lang/crates.io-index"
1661-
checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781"
1661+
checksum = "f28a22dc7140cda5f096e5e7724a6962ca81a7f8bfd2979f9b18c11af56318c4"
16621662
dependencies = [
16631663
"cc",
16641664
"libc",

policy-controller/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hyper = { workspace = true, features = ["http1", "http2", "server"] }
1717
hyper-util = { workspace = true }
1818
ipnet = { version = "2", default-features = false }
1919
k8s-openapi = { workspace = true }
20-
openssl = { version = "0.10.79", optional = true }
20+
openssl = { version = "0.10.80", optional = true }
2121
parking_lot = "0.12"
2222
prometheus-client = { workspace = true }
2323
regex = "1"

0 commit comments

Comments
 (0)