Merge pull request #13088 from kata-containers/dependabot/cargo/openssl-0.10.80

build(deps): bump openssl from 0.10.79 to 0.10.80
This commit is contained in:
Dan Mihai
2026-06-04 11:38:08 -07:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -4721,9 +4721,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[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 2.11.1",
"cfg-if 1.0.4",
@@ -4761,9 +4761,9 @@ dependencies = [
[[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",

View File

@@ -43,7 +43,7 @@ docker_credential = "1.3.1"
flate2 = "1.1.5"
fs2 = "0.4.3"
oci-client = { version = "0.16" }
openssl = { version = "0.10.79", features = ["vendored"] }
openssl = { version = "0.10.80", features = ["vendored"] }
serde_ignored = "0.1.7"
serde_json.workspace = true
json-patch = "4.1"