chore: Update crate dependencies

This commit is contained in:
x
2025-11-13 14:08:35 +00:00
committed by skoupidi
parent 95a8319007
commit aa537b9e4b
32 changed files with 1175 additions and 1043 deletions

View File

@@ -37,15 +37,15 @@ rand = "0.8.5"
# Encoding and parsing
bs58 = "0.5.1"
toml = "0.9.5"
toml = "0.9.8"
# Misc
async-trait = "0.1.88"
chrono = "0.4.41"
async-trait = "0.1.89"
chrono = "0.4.42"
futures = "0.3.31"
libc = "0.2.174"
libc = "0.2.177"
tracing = "0.1.41"
thiserror = "2.0.12"
thiserror = "2.0.17"
tinyjson = "2.5.1"
url = "2.5.4"
@@ -53,12 +53,12 @@ url = "2.5.4"
easy-parallel = "3.3.1"
signal-hook-async-std = "0.3.0"
signal-hook = "0.3.18"
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["fmt"] }
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt"] }
tracing-appender = "0.2.3"
smol = "2.0.2"
# Argument parsing
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.228", features = ["derive"] }
structopt = "0.3.26"
structopt-toml = "0.5.1"