From 1a47a8445783fc5d52e78c7447b82140e42f0bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:43:50 +0000 Subject: [PATCH] deps(deps): update sha2 requirement from 0.10 to 0.11 Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- executor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea7e0d5..9fdba9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ url = "2" [dev-dependencies] base64ct = "1" -sha2 = "0.10" +sha2 = "0.11" [build-dependencies] bindgen = { version = "0.72", default-features = false, features = ["runtime"] } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index fe679db..95194fc 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -14,7 +14,7 @@ p256 = { version = "0.13", features = ["ecdsa"] } pggomtm = { path = "..", default-features = false, features = ["database-token-contract"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "time"] } uuid = { version = "1", features = ["v4"] } zeroize = "1"