From d313bd6eb8161108546efd0b6e0c98e79c1dd0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:32:17 +0000 Subject: [PATCH] build(deps): bump openssl from 0.10.68 to 0.10.71 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.71. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.71) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19bbc8d7..07da48ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2508,9 +2508,9 @@ checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "openssl" -version = "0.10.68" +version = "0.10.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" +checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -2549,9 +2549,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2f682ab9..2d542644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ warp = "0.3.7" # Platform-specific dependency for Unix with OpenSSL [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] -openssl = { version = "0.10.68", features = ["vendored"] } +openssl = { version = "0.10.71", features = ["vendored"] } # ----------------------------------------------------------------------------- # Criterion Benchmark