From a05c3aedcc4c35c7c0aedfae7b3f618983999b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:15:20 +0000 Subject: [PATCH] Bump sha2 from 0.10.9 to 0.11.0 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/bootstrapper/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 780fe6b4c..4c11a7872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ "rfd", "self_update", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", "thiserror 2.0.18", "toml_edit 0.25.12+spec-1.1.0", diff --git a/crates/bootstrapper/Cargo.toml b/crates/bootstrapper/Cargo.toml index b98c69d9b..d11ff21cf 100644 --- a/crates/bootstrapper/Cargo.toml +++ b/crates/bootstrapper/Cargo.toml @@ -23,7 +23,7 @@ arboard = "3.6" base64 = "0.22" ed25519-dalek = "2.2" serde_json = "1.0" -sha2 = "0.10" +sha2 = "0.11" getrandom = "0.4" libc = "0.2" rfd = { version = "0.17", features = ["common-controls-v6"] }