From 3cb024d3f465c242d9e63c32957f520ffbd6d22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:33:07 +0000 Subject: [PATCH] Bump sha2 from 0.9.9 to 0.10.9 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.9 to 0.10.9. - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.9...sha2-v0.10.9) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/ev-enclave/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1731f791..2e9a945d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1314,7 +1314,7 @@ dependencies = [ "serde_cbor", "serde_json", "serial_test", - "sha2 0.9.9", + "sha2 0.10.9", "tempfile", "thiserror 2.0.19", "tokio", diff --git a/crates/ev-enclave/Cargo.toml b/crates/ev-enclave/Cargo.toml index 8bd005d1..b39127fa 100644 --- a/crates/ev-enclave/Cargo.toml +++ b/crates/ev-enclave/Cargo.toml @@ -39,7 +39,7 @@ axum = "0.5.16" serde_cbor = "0.11" base64 = "0.13.0" aws-nitro-enclaves-image-format = "0.2.0" -sha2 = "0.9.9" +sha2 = "0.10.9" git2 = "0.21" version-compare = "0.2.1" regex = "1.8.1"