Skip to content

Commit ec05401

Browse files
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>
1 parent b86e999 commit ec05401

3 files changed

Lines changed: 54 additions & 41 deletions

File tree

.changes/fs-toml-1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fs: patch
3+
fs-js: patch
4+
---
5+
6+
Updated dependency `toml` from 0.9 to 1

Cargo.lock

Lines changed: 47 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ios = { level = "partial", notes = "Access is restricted to Application folder b
2020
tauri-plugin = { workspace = true, features = ["build"] }
2121
schemars = { workspace = true }
2222
serde = { workspace = true }
23-
toml = "0.9"
23+
toml = "1.0"
2424
tauri-utils = { workspace = true }
2525

2626
[dependencies]

0 commit comments

Comments
 (0)