update dependencies

This commit is contained in:
Philippe Loctaux 2023-03-24 23:21:54 +01:00
parent 784365d6f9
commit 51ceee9295
8 changed files with 21 additions and 19 deletions

View file

@ -4,8 +4,8 @@ version = "0.0.0"
edition = "2021"
[dependencies]
argon2 = { version = "0.4.1" }
rand_core = { version = "0.6.4", features = ["std"] }
argon2 = { version = "0.5" }
rand_core = { version = "0.6", features = ["std"] }
thiserror = { workspace = true }
nanoid = "0.4.0"
nanoid-dictionary = "0.4.3"
nanoid = { workspace = true }
nanoid-dictionary = { workspace = true }