fix(deps): update rust crate toml to 1.0.6

This commit is contained in:
renovate[bot]
2026-03-13 09:58:15 +00:00
committed by GitHub
parent b1c1ac52e5
commit ed76cb8777

View File

@@ -30,7 +30,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.18"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] }
toml = "1.0.0"
toml = "1.0.6"
# dev-dependencies
assert_cmd = "2.1.2"