update
All checks were successful
CI/CD Pipeline / test (push) Successful in 4m25s

This commit is contained in:
2025-03-29 11:19:45 +01:00
parent 1d473e85e4
commit dea7a2b3a1
2 changed files with 37 additions and 37 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ureq = "2.8"
ureq = "2.12"
time = { version = "0.3", features = [ "formatting" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
@ -14,7 +14,7 @@ roxmltree = "0.20"
tqdm = "0.7"
toml = "0.8"
clap = { version = "4.5.0", features = ["derive"] }
directories = "5.0"
directories = "6.0"
regex = "1.10"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }