From 907194b44201e23e8c8aa56f8c2c01d3a499d504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 13:25:06 +0000 Subject: [PATCH] deps: update hmac requirement from 0.12.1 to 0.13.0 in /crablet Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version. - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crablet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..c9c1993 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -63,7 +63,7 @@ lazy_static = "1.5.0" futures = "0.3.32" dashmap = "6.1.0" async-stream = "0.3" -hmac = "0.12.1" +hmac = "0.13.0" sha2 = "0.10" neo4rs = { version = "0.8.0", optional = true } bollard = { version = "0.20.1", optional = true }