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 }