diff --git a/Cargo.lock b/Cargo.lock index bd1deb94..1eaa5b62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3564,15 +3564,14 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.78" +version = "0.10.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" +checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542" dependencies = [ "bitflags 2.10.0", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] @@ -3605,9 +3604,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.114" +version = "0.9.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" +checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781" dependencies = [ "cc", "libc", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9723a264..4f5afdac 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -46,7 +46,7 @@ codeowners = { path = "../codeowners" } xcresult = { path = "../xcresult" } sentry = "=0.36.0" sentry-tracing = "0.36.0" -openssl = { version = "0.10.78", features = ["vendored"] } +openssl = { version = "0.10.79", features = ["vendored"] } openssl-src = { version = "=300.3.1", optional = true } quick-junit = "0.5.0" serde_json = "1.0" diff --git a/context/Cargo.toml b/context/Cargo.toml index d362412a..6aebd47e 100644 --- a/context/Cargo.toml +++ b/context/Cargo.toml @@ -26,7 +26,7 @@ constants = { path = "../constants" } gix = { version = "0.74.0", default-features = false, features = [ ], optional = true } js-sys = { version = "0.3.70", optional = true } -openssl = { version = "0.10.78", features = ["vendored"], optional = true } +openssl = { version = "0.10.79", features = ["vendored"], optional = true } openssl-src = { version = "=300.3.1", optional = true } lazy_static = "1.5.0" pyo3-stub-gen = { version = "0.6.1", optional = true }