From 1d133676f8992e922fb45f8ad108264580694bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:49:12 +0000 Subject: [PATCH] Bump openssl in /webapp/src-tauri in the cargo group across 1 directory Bumps the cargo group with 1 update in the /webapp/src-tauri directory: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.67 to 0.10.70 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.70) --- updated-dependencies: - dependency-name: openssl dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- webapp/src-tauri/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/src-tauri/Cargo.lock b/webapp/src-tauri/Cargo.lock index d673a72..47d1b74 100644 --- a/webapp/src-tauri/Cargo.lock +++ b/webapp/src-tauri/Cargo.lock @@ -2223,9 +2223,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.67" +version = "0.10.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b8cefcf97f41316955f9294cd61f639bdcfa9f2f230faac6cb896aa8ab64704" +checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -2255,9 +2255,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.104" +version = "0.9.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" +checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" dependencies = [ "cc", "libc",