diff --git a/Cargo.toml b/Cargo.toml index 323f459..9b842ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ sha1 = "0.10" zeroize = { version = "1.8", features = ["derive"] } aes = "0.8" cbc = { version = "0.1", features = ["alloc"] } -hmac = "0.12" +hmac = "0.13" constant_time_eq = "0.4" getrandom = { version = "0.3", features = ["wasm_js"] }