chore: Update crate dependencies

This commit is contained in:
parazyd
2023-08-29 13:08:26 +02:00
parent ffe8643812
commit cbe9c64065
21 changed files with 116 additions and 117 deletions

View File

@@ -33,7 +33,7 @@ rand = "0.8.5"
thiserror = "1.0.47"
tinyjson = "2.5.1"
toml = "0.7.6"
url = "2.4.0"
url = "2.4.1"
# Daemon
easy-parallel = "3.3.0"
@@ -43,6 +43,6 @@ simplelog = "0.12.1"
smol = "1.3.0"
# Argument parsing
serde = {version = "1.0.185", features = ["derive"]}
serde = {version = "1.0.188", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"