chore: adjust dependency versions

This commit is contained in:
ThetaDev 2024-08-18 02:58:45 +02:00
parent a5a50c84b7
commit 70c6f8c3b9
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -30,38 +30,38 @@ quick-js-dtp = { version = "0.4.1", default-features = false, features = [
once_cell = "1.12.0"
regex = "1.6.0"
fancy-regex = "0.13.0"
thiserror = "1.0.36"
url = "2.2.2"
thiserror = "1.0.0"
url = "2.2.0"
reqwest = { version = "0.12.0", default-features = false }
tokio = "1.20.4"
tokio = "1.20.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.82"
serde_with = { version = "3.0.0", default-features = false, features = [
"alloc",
"macros",
] }
serde_plain = "1.0.1"
rand = "0.8.5"
time = { version = "0.3.15", features = [
serde_plain = "1.0.0"
rand = "0.8.0"
time = { version = "0.3.10", features = [
"macros",
"serde-human-readable",
"serde-well-known",
] }
futures = "0.3.21"
ress = "0.11.4"
phf = "0.11.1"
phf_codegen = "0.11.1"
ress = "0.11.0"
phf = "0.11.0"
phf_codegen = "0.11.0"
base64 = "0.22.0"
urlencoding = "2.1.2"
urlencoding = "2.1.0"
quick-xml = { version = "0.36.0", features = ["serialize"] }
tracing = { version = "0.1.37", features = ["log"] }
tracing = { version = "0.1.0", features = ["log"] }
# CLI
indicatif = "0.17.0"
anyhow = "1.0"
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.0", features = ["derive"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
serde_yaml = "0.9.19"
serde_yaml = "0.9.0"
dirs = "5.0.0"
filenamify = "0.1.0"