diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7e8945b13..0bed4efc1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -39,7 +39,7 @@ serde_json = "1.0" tempfile = "3.3" treeline = "0.1.0" pem = "3.0.3" -openssl = { version = "0.10.61", features = ["vendored"] } +openssl = { version = "0.10.70", features = ["vendored"] } reqwest = { version = "0.12.4", features = ["blocking"] } url = "2.5.0" diff --git a/internal/crypto/Cargo.toml b/internal/crypto/Cargo.toml index a54bdf031..2b7898f73 100644 --- a/internal/crypto/Cargo.toml +++ b/internal/crypto/Cargo.toml @@ -82,7 +82,7 @@ x509-certificate = "0.21.0" x509-parser = "0.16.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -openssl = { version = "0.10.61", features = ["vendored"] } +openssl = { version = "0.10.70", features = ["vendored"] } ureq = "2.4.0" url = "2.5.3"