This commit is contained in:
Aiden McClelland
2022-07-13 11:14:50 -06:00
committed by GitHub
parent ac30ab223b
commit bbcf2990f6
4 changed files with 388 additions and 453 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -19,12 +19,12 @@ itertools = "0.10.0"
lazy_static = "1.4"
linear-map = { version = "1.2", features = ["serde_impl"] }
log = "0.4.11"
nix = "0.23.0"
nix = "0.24.1"
pest = "2.1"
pest_derive = "2.1"
rand = "0.7"
rand = "0.8.5"
regex = "1.4.2"
rust-argon2 = "0.8.3"
rust-argon2 = "1.0.0"
serde = { version = "1.0.118", features = ["derive", "rc"] }
serde_json = "1.0.67"
serde_yaml = "0.8.17"