chore: adjust dependency versions
This commit is contained in:
parent
f81ad1028c
commit
e229d81ed6
1 changed files with 13 additions and 13 deletions
26
Cargo.toml
26
Cargo.toml
|
|
@ -30,38 +30,38 @@ quick-js-dtp = { version = "0.4.1", default-features = false, features = [
|
||||||
once_cell = "1.12.0"
|
once_cell = "1.12.0"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
fancy-regex = "0.13.0"
|
fancy-regex = "0.13.0"
|
||||||
thiserror = "1.0.36"
|
thiserror = "1.0.0"
|
||||||
url = "2.2.2"
|
url = "2.2.0"
|
||||||
reqwest = { version = "0.12.0", default-features = false }
|
reqwest = { version = "0.12.0", default-features = false }
|
||||||
tokio = "1.20.4"
|
tokio = "1.20.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.82"
|
serde_json = "1.0.82"
|
||||||
serde_with = { version = "3.0.0", default-features = false, features = [
|
serde_with = { version = "3.0.0", default-features = false, features = [
|
||||||
"alloc",
|
"alloc",
|
||||||
"macros",
|
"macros",
|
||||||
] }
|
] }
|
||||||
serde_plain = "1.0.1"
|
serde_plain = "1.0.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.0"
|
||||||
time = { version = "0.3.15", features = [
|
time = { version = "0.3.10", features = [
|
||||||
"macros",
|
"macros",
|
||||||
"serde-human-readable",
|
"serde-human-readable",
|
||||||
"serde-well-known",
|
"serde-well-known",
|
||||||
] }
|
] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.21"
|
||||||
ress = "0.11.4"
|
ress = "0.11.0"
|
||||||
phf = "0.11.1"
|
phf = "0.11.0"
|
||||||
phf_codegen = "0.11.1"
|
phf_codegen = "0.11.0"
|
||||||
base64 = "0.22.0"
|
base64 = "0.22.0"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.0"
|
||||||
quick-xml = { version = "0.36.0", features = ["serialize"] }
|
quick-xml = { version = "0.36.0", features = ["serialize"] }
|
||||||
tracing = { version = "0.1.37", features = ["log"] }
|
tracing = { version = "0.1.0", features = ["log"] }
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
indicatif = "0.17.0"
|
indicatif = "0.17.0"
|
||||||
anyhow = "1.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"] }
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||||
serde_yaml = "0.9.19"
|
serde_yaml = "0.9.0"
|
||||||
dirs = "5.0.0"
|
dirs = "5.0.0"
|
||||||
filenamify = "0.1.0"
|
filenamify = "0.1.0"
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue