chore: Update crate dependencies.

This commit is contained in:
parazyd
2023-07-10 15:19:41 +02:00
parent eae28e888d
commit cf307669aa
17 changed files with 69 additions and 108 deletions

View File

@@ -30,6 +30,6 @@ simplelog = "0.12.1"
smol = "1.3.0"
# Argument parsing
serde = {version = "1.0.167", features = ["derive"]}
serde = {version = "1.0.171", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"