chore(deps): update rust crate toml to v1 (#3323)

* chore(deps): update rust crate toml to v1

* downgrade to 1.0.x in lockfile

* Add change file

* Downgrade indexmap

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tony <legendmastertony@gmail.com>
This commit is contained in:
renovate[bot]
2026-05-01 18:09:41 +08:00
committed by GitHub
parent b86e999beb
commit ec0540138b
3 changed files with 54 additions and 41 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ ios = { level = "partial", notes = "Access is restricted to Application folder b
tauri-plugin = { workspace = true, features = ["build"] }
schemars = { workspace = true }
serde = { workspace = true }
toml = "0.9"
toml = "1.0"
tauri-utils = { workspace = true }
[dependencies]