updated deps
This commit is contained in:
parent
827809c514
commit
626b01e56b
1
backend/Cargo.lock
generated
1
backend/Cargo.lock
generated
@ -587,6 +587,7 @@ dependencies = [
|
|||||||
"futures",
|
"futures",
|
||||||
"jsonwebtoken",
|
"jsonwebtoken",
|
||||||
"log",
|
"log",
|
||||||
|
"rand_core",
|
||||||
"rusqlite",
|
"rusqlite",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
@ -15,4 +15,5 @@ env_logger = "0.10" # Check for the latest version
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
jsonwebtoken = "9"
|
jsonwebtoken = "9"
|
||||||
argon2 = { version = "0.5", features = ["password-hash"] }
|
argon2 = { version = "0.5", features = ["password-hash"] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
rand_core = "0.6.4"
|
Loading…
Reference in New Issue
Block a user