diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-crypto | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
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 f4f359f0..31dd8bc1 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-crypto" [dependencies] aes = "0.8.4" -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } cfb8 = "0.8.1" num-bigint = "^0.4.4" rand = { version = "^0.8.5", features = ["getrandom"] } |
