aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-crypto')
-rw-r--r--azalea-crypto/Cargo.toml2
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"] }