diff --git a/Cargo.lock b/Cargo.lock index 1dc3886..15d71b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,9 +2025,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -2066,9 +2066,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index f9229ff..8dd528a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0.132" api_client = {tag = "v41.0", git = "https://github.com/cloud-hypervisor/cloud-hypervisor" } net_util = {tag = "v41.0", git = "https://github.com/cloud-hypervisor/cloud-hypervisor" } vmm = { tag = "v41.0", git = "https://github.com/cloud-hypervisor/cloud-hypervisor", features = ["kvm"] } -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.70", features = ["vendored"] } libcgroups = { version = "0.4.1", default-features = false, features = ["v2",] } libcontainer = { version = "0.4.1", default-features = false, features = [ "v2",] } dhcproto = "0.12.0"