diff --git a/Cargo.toml b/Cargo.toml index b6af611..0e21da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ cbc = { version = "0.1.2", features = ["alloc"] } md5 = "0.7.0" base64 = "0.21.4" hmac = "0.12.1" -sha2 = "0.10.7" +sha2 = "0.10.8" aes = "0.8.3"