Update Rust crate uuid to v1
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/rustfmt Pipeline failed Details
ci/woodpecker/pr/test Pipeline failed Details
ci/woodpecker/pr/rustfmt Pipeline failed Details

renovate/uuid-1.x
Renovate Bot 2022-04-20 06:00:22 +00:00
parent 1569aaa760
commit 912e4f512b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ diesel_migrations = "1.4.0"
# For password hashing & verification
rust-argon2 = "0.8.3"
rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
uuid = { version = "1.0.0", features = ["serde"] }
# Authentification
jwt = "0.15.0"
hmac = "*"