1 Commits

Author SHA1 Message Date
56c1b85a8c fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-02-05 01:24:16 +00:00
3 changed files with 720 additions and 425 deletions

1141
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"] }