From bc72fd0d3b36428ecfcee7a26d23ea571d4c9c62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:40:06 +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 fa83586..b531fa2 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 3e47472..9aaada3 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"