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

pull/16/head
Renovate Bot 2022-04-20 06:01:23 +00:00
parent dab543d38b
commit ec6fa1be22
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
# Used to (de)serialize JSON
serde = { version = "1.0.133", features = [ "derive" ] }
rand = "0.8.4"
uuid = { version = "0.8.2", features = ["serde"] }
uuid = { version = "1.0.0", features = ["serde"] }
# Authentification
jwt = "0.15.0"
hmac = "0.11.0"