fix(deps): update rust crate toml to 0.9.0

This commit is contained in:
2025-07-22 00:24:21 +00:00
parent e26e359d10
commit 4b55aaaf12
2 changed files with 28 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ serde_yaml.workspace = true
serde.workspace = true
tracing = {version = "0.1.40", features = ["log"]}
chrono = {version = "0.4.38"}
toml = "0.8.12"
toml = "0.9.0"
[dev-dependencies]
pretty_assertions = "1.4.0"