chore: Update crate dependencies

This commit is contained in:
parazyd
2024-03-05 08:34:22 +01:00
parent 551b96d4f9
commit 0de97d0db3
37 changed files with 982 additions and 934 deletions

View File

@@ -16,19 +16,19 @@ smol = "1.3.0"
futures = "0.3.30"
async-std = "1.12.0"
async-trait = "0.1.77"
async-channel = "2.1.1"
async-executor = "1.8.0"
async-channel = "2.2.0"
async-executor = "1.9.0"
easy-parallel = "3.3.1"
# Crypto
rand = "0.8.5"
# Misc
clap = {version = "4.4.14", features = ["derive"]}
log = "0.4.20"
simplelog = "0.12.1"
clap = {version = "4.5.1", features = ["derive"]}
log = "0.4.21"
simplelog = "0.12.2"
fxhash = "0.2.1"
url = "2.5.0"
# Encoding and parsing
serde_json = "1.0.111"
serde_json = "1.0.114"