fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-07-21 00:21:03 +00:00
parent 4134c4dd7c
commit d418771490
3 changed files with 110 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ clap = { version = "4.5.23", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }
url = { version = "2.5.0" }
serde_yaml = { version = "0.9.34+deprecated" }
yaml-rust2 = { version = "0.8.0" }
yaml-rust2 = { version = "0.10.0" }
serde = { version = "1", features = ["derive"] }
semver = "1.0.22"
conventional_commit_parser = "0.9.4"
@@ -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.22.9"
toml_edit = "0.23.0"
tracing-test = "0.2"
pretty_assertions = "1.4"