chore: adjust dependency versions
This commit is contained in:
parent
a5a50c84b7
commit
70c6f8c3b9
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"
|
||||
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"
|
||||
|
||||
|
|
|
|||
Reference in a new issue