diff --git a/Cargo.lock b/Cargo.lock index 9fe1fc8..68ab9b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2308,15 +2308,14 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.78" +version = "0.10.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" +checksum = "a45fa2aa886c42762255da344f0a0d313e254066c46aad76f300c3d3da62d967" dependencies = [ "bitflags 2.8.0", "cfg-if", "foreign-types", "libc", - "once_cell", "openssl-macros", "openssl-sys", ] diff --git a/crates/ev-cli/Cargo.toml b/crates/ev-cli/Cargo.toml index 92e344f..ae357c8 100644 --- a/crates/ev-cli/Cargo.toml +++ b/crates/ev-cli/Cargo.toml @@ -24,7 +24,7 @@ human-panic = "1.0.3" indicatif = "0.17.8" lazy_static = "1.4.0" log = "0.4.17" -openssl ={version = "0.10.78", features = ["vendored"]} +openssl ={version = "0.10.80", features = ["vendored"]} regex = "1.10.4" semver = "1.0.20" sentry = "0.36.0"