1 Commits

Author SHA1 Message Date
bcdcb0576e fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-24 01:22:07 +00:00
3 changed files with 717 additions and 421 deletions

1134
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@ regex = "1.10.4"
chrono = "0.4.37"
lazy_static = "1.4.0"
parse-changelog = "0.6.6"
toml_edit = "0.25.0"
toml_edit = "0.24.0"
tracing-test = "0.2"
pretty_assertions = "1.4"

View File

@@ -30,7 +30,7 @@ lazy_static.workspace = true
parse-changelog.workspace = true
# Cliff depends on 13.1.0, which is a broken release
cacache = "=13.0.0"
cacache = "=13.1.0"
[dev-dependencies]
tracing-test = { workspace = true, features = ["no-env-filter"] }