Update Rust crate rand to 0.8.5
parent
dab543d38b
commit
d9e964f593
|
@ -8,7 +8,7 @@ edition = "2018"
|
||||||
rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
|
rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] }
|
||||||
# Used to (de)serialize JSON
|
# Used to (de)serialize JSON
|
||||||
serde = { version = "1.0.133", features = [ "derive" ] }
|
serde = { version = "1.0.133", features = [ "derive" ] }
|
||||||
rand = "0.8.4"
|
rand = "0.8.5"
|
||||||
uuid = { version = "0.8.2", features = ["serde"] }
|
uuid = { version = "0.8.2", features = ["serde"] }
|
||||||
# Authentification
|
# Authentification
|
||||||
jwt = "0.15.0"
|
jwt = "0.15.0"
|
||||||
|
|
Loading…
Reference in New Issue