diff --git a/Cargo.lock b/Cargo.lock index d0b34519b..fd411bd17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2457,9 +2457,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ "bitflags 2.5.0", "cfg-if", @@ -2498,9 +2498,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fab5e20bf..62f20acb8 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -11,7 +11,7 @@ check-if-email-exists = { path = "../core", features = ["sentry"] } config = "0.14" csv = "1.3.0" dotenv = "0.15.0" -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.68", features = ["vendored"] } sentry = "0.23" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/worker/Cargo.toml b/worker/Cargo.toml index 627cda59d..e94261ba8 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -11,7 +11,7 @@ tokio-executor-trait = { version = "2.1.1" } tokio-reactor-trait = { version = "1.1.0" } async-smtp = "0.6" check-if-email-exists = { path = "../core", features = ["sentry"] } -openssl = { version = "0.10.64", features = ["vendored"] } +openssl = { version = "0.10.68", features = ["vendored"] } reqwest = { version = "0.12.5", features = ["json", "socks"] } sentry = "0.23" serde = { version = "1.0", features = ["derive"] }