fix(deps): update rust crate toml to 0.9.12

This commit is contained in:
renovate[bot]
2026-02-11 20:07:12 +00:00
committed by GitHub
parent 776f2d8a56
commit b65f18afe2
2 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ tokio = { version = "1.49.0", features = [
"rt-multi-thread",
"process",
] }
toml = "0.9.11"
toml = "0.9.12"
base64 = "0.22.1"
flate2 = "1.1.9"
dialoguer = "0.12.0"