diff options
| author | mat <git@matdoes.dev> | 2024-04-20 04:12:16 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-20 04:12:16 +0000 |
| commit | f919fb65d67891d2eb6e302ea400743963c4c550 (patch) | |
| tree | 968a1888c4efda4e7ba5692537a2ccfeaedaea80 /azalea-crypto | |
| parent | 8a1e1b7bb93373e85432ce4211b6ede4eae79409 (diff) | |
| download | azalea-drasl-f919fb65d67891d2eb6e302ea400743963c4c550.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 07bd6847..f4f359f0 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -18,7 +18,7 @@ rsa = { version = "0.9.6", features = ["sha2"] } rsa_public_encrypt_pkcs1 = "0.4.0" sha-1 = "^0.10.1" sha2 = "0.10.8" -uuid = "^1.7.0" +uuid = "^1.8.0" [dev-dependencies] criterion = { version = "^0.5.1", features = ["html_reports"] } |
