diff options
| author | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
| commit | 4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch) | |
| tree | 91802ee7508c44e596013b23864bdd449383bbd7 /azalea-crypto | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other 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 d317fbd8..7ab5a664 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -18,7 +18,7 @@ rsa = { version = "0.9.2", features = ["sha2"] } rsa_public_encrypt_pkcs1 = "0.4.0" sha-1 = "^0.10.1" sha2 = "0.10.7" -uuid = "^1.4.0" +uuid = "^1.4.1" [dev-dependencies] criterion = { version = "^0.5.1", features = ["html_reports"] } |
