validatord: updated crate versions

This commit is contained in:
aggstam
2022-03-27 14:53:48 +03:00
committed by parazyd
parent 7cecc88a3d
commit 2498ef316f

View File

@@ -21,14 +21,16 @@ easy-parallel = "3.2.0"
rand = "0.8.5"
# Structopt dependencies for arguments parsing
serde = "1.0.104"
serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.79"
structopt = "0.3.11"
structopt = "0.3.26"
structopt-toml = "0.5.0"
toml = "0.5.8"
# Misc
log = "0.4.16"
num_cpus = "1.13.1"
simplelog = "0.11.2"
simplelog = "0.12.0-alpha1"
[workspace]