From 35d6ac565d43234bec36e8f013e982f2ab4fc80f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 8 Sep 2023 16:51:30 -0500 Subject: upgrade deps --- azalea-crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-crypto') 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" -- cgit v1.2.3