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

renovate/rand-0.x
Renovate Bot 2022-02-14 09:00:39 +00:00
parent dab543d38b
commit d9e964f593
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ edition = "2018"
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"
rand = "0.8.5"
uuid = { version = "0.8.2", features = ["serde"] }
# Authentification
jwt = "0.15.0"