From 7829a8ee881b3ece66b2684e5c3caa406fa90079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:42:02 +0000 Subject: [PATCH] chore: Bump openssl from 0.10.64 to 0.10.68 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.68. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.68) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- worker/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a13236a10..f9465fe83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2456,9 +2456,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", @@ -2497,9 +2497,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 cf71a04b5..fbd8de520 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -10,7 +10,7 @@ async-smtp = "0.6" check-if-email-exists = { path = "../core", features = ["headless", "sentry"] } 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 0338010e0..2336fd9eb 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 = ["headless", "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"] }