From 0e4b6a69be0eed6847b983fef714b259f19503a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 04:03:33 +0000 Subject: [PATCH] build(deps): update hmac requirement from ^0.12 to ^0.13 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.0...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 573b343..90295ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" rust-version = "1.69" [dependencies] -hmac = "^0.12" +hmac = "^0.13" libc = "^0.2" log = "^0.4" nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] }