diff options
| author | mat <github@matdoes.dev> | 2022-04-29 20:22:26 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-29 20:22:26 -0500 |
| commit | baaa7658b58adfe72f0ea96d629dc76298ddf5dc (patch) | |
| tree | e07fd96cc07484ef771b1b5472d5dd7e1a92c847 /azalea-auth/Cargo.toml | |
| parent | 3bd32cfa00e8b50b47267ab75a4ff8892ae89d54 (diff) | |
| parent | 8317b5b28153794770a8c7b84a1b6dd50eaa3f80 (diff) | |
| download | azalea-drasl-baaa7658b58adfe72f0ea96d629dc76298ddf5dc.tar.xz | |
Merge branch 'main' into chunk-packets
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" |
