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 7ab5a664..445165a8 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" aes = "0.8.3" azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } cfb8 = "0.8.1" -num-bigint = "^0.4.3" +num-bigint = "^0.4.4" rand = { version = "^0.8.5", features = ["getrandom"] } rsa = { version = "0.9.2", features = ["sha2"] } rsa_public_encrypt_pkcs1 = "0.4.0" |
