diff options
| author | mat <github@matdoes.dev> | 2022-04-29 20:20:56 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-29 20:20:56 -0500 |
| commit | 8317b5b28153794770a8c7b84a1b6dd50eaa3f80 (patch) | |
| tree | 888372c6a42d3f290db614602961c41e03a1e571 /azalea-auth/Cargo.toml | |
| parent | 2575da38edac2e4e546e0b49bfd308003c62263f (diff) | |
| download | azalea-drasl-8317b5b28153794770a8c7b84a1b6dd50eaa3f80.tar.xz | |
upgrade aes and cfb8
Diffstat (limited to 'azalea-auth/Cargo.toml')
| -rwxr-xr-x | azalea-auth/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 6279d903..5f62991b 100755 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -6,8 +6,8 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aes = "0.7.4" -cfb8 = "0.7.1" +aes = "0.8.1" +cfb8 = "0.8.1" num-bigint = "^0.4.3" rand = {version = "^0.8.4", features = ["getrandom"]} rsa_public_encrypt_pkcs1 = "0.4.0" |
