validator upgrade
This commit is contained in:
parent
61f2d1d5a2
commit
99c1769430
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "argon2-creds"
|
name = "argon2-creds"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["realaravinth <realaravinth@batsense.net>"]
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||||
description = "Convenient abstractions for all things credentials"
|
description = "Convenient abstractions for all things credentials"
|
||||||
keywords = ["credentials", "password"]
|
keywords = ["credentials", "password"]
|
||||||
|
@ -22,7 +22,7 @@ rust-argon2 = "0.8.3"
|
||||||
derive_more = "0.99.11"
|
derive_more = "0.99.11"
|
||||||
unicode-normalization = "0.1.6"
|
unicode-normalization = "0.1.6"
|
||||||
ammonia = "3.1.0"
|
ammonia = "3.1.0"
|
||||||
validator = { version = "0.12.0", features = ["derive"]}
|
validator = { version = "0.13.0", features = ["derive"]}
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = { version = "1.3.9", features = [ "perf-inline", "perf-dfa", "perf-literal", "perf-cache", "perf"]}
|
regex = { version = "1.3.9", features = [ "perf-inline", "perf-dfa", "perf-literal", "perf-cache", "perf"]}
|
||||||
rand = "0.8.0"
|
rand = "0.8.0"
|
||||||
|
|
Loading…
Reference in a new issue