From eb48e561be72a4e7f4e05b9ecd43381adfb0dcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:56:41 +0000 Subject: [PATCH] chore(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] --- crates/paimon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml index 3d54d257..45467584 100644 --- a/crates/paimon/Cargo.toml +++ b/crates/paimon/Cargo.toml @@ -92,7 +92,7 @@ reqwest = { version = "0.12", features = ["json"] } # DLF authentication dependencies base64 = "0.22" hex = "0.4" -hmac = "0.12" +hmac = "0.13" sha1 = "0.10" sha2 = "0.10" md-5 = "0.10"