diff --git a/Cargo.toml b/Cargo.toml index 323f459..d15a29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ web-sys = { version = "0.3", features = ["Blob", "BlobPropertyBag", "console", " # Cryptography — ECMA-376 Agile + Standard Encryption digest = { version = "0.10", features = ["alloc"] } sha2 = "0.10" -sha1 = "0.10" +sha1 = "0.11" zeroize = { version = "1.8", features = ["derive"] } aes = "0.8" cbc = { version = "0.1", features = ["alloc"] }