diff options
Diffstat (limited to 'azalea-crypto')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index d823016b..dde9d8e3 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -17,7 +17,7 @@ rand = { version = "^0.8.5", features = ["getrandom"] } rsa = { version = "0.9.2", features = ["sha2"] } rsa_public_encrypt_pkcs1 = "0.4.0" sha-1 = "^0.10.1" -sha2 = "0.10.7" +sha2 = "0.10.8" uuid = "^1.4.1" [dev-dependencies] |
