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"