Update Rust crate uuid to v1 #9
|
@ -27,7 +27,7 @@ diesel_migrations = "1.4.0"
|
||||||
# For password hashing & verification
|
# For password hashing & verification
|
||||||
rust-argon2 = "0.8.3"
|
rust-argon2 = "0.8.3"
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
uuid = { version = "0.8.2", features = ["serde"] }
|
uuid = { version = "1.0.0", features = ["serde"] }
|
||||||
# Authentification
|
# Authentification
|
||||||
jwt = "0.15.0"
|
jwt = "0.15.0"
|
||||||
hmac = "*"
|
hmac = "*"
|
||||||
|
|
Loading…
Reference in New Issue