update dependencies
This commit is contained in:
parent
784365d6f9
commit
51ceee9295
8 changed files with 21 additions and 19 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue