Skip to content

Commit d7075b6

Browse files
chore(deps): update rust crate toml to 0.9 (#13784)
* chore(deps): update rust crate toml to 0.9 * Bump toml_edit and cargo_toml * Update tauri-winres --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <[email protected]>
1 parent bbcea1f commit d7075b6

File tree

5 files changed

+61
-51
lines changed

5 files changed

+61
-51
lines changed

Cargo.lock

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

crates/tauri-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tauri-winres = "0.3"
4343
semver = "1"
4444
dirs = "6"
4545
glob = "0.3"
46-
toml = "0.8"
46+
toml = "0.9"
4747
# Our code requires at least 0.8.21 so don't simplify this to 0.8
4848
schemars = { version = "0.8.21", features = ["preserve_order"] }
4949

crates/tauri-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ notify = "8"
5656
notify-debouncer-full = "0.5"
5757
shared_child = "1"
5858
duct = "1.0"
59-
toml_edit = { version = "0.22", features = ["serde"] }
59+
toml_edit = { version = "0.23", features = ["serde"] }
6060
json-patch = "3"
6161
tauri-utils = { version = "2.6.0", path = "../tauri-utils", features = [
6262
"isolation",
@@ -65,7 +65,7 @@ tauri-utils = { version = "2.6.0", path = "../tauri-utils", features = [
6565
"config-toml",
6666
"html-manipulation",
6767
] }
68-
toml = "0.8"
68+
toml = "0.9"
6969
jsonschema = "0.32"
7070
handlebars = "6"
7171
include_dir = "0.7"

crates/tauri-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tauri-utils = { version = "2.6.0", default-features = false, features = [
3535
], path = "../tauri-utils" }
3636
serde_json = { version = "1", optional = true }
3737
glob = { version = "0.3", optional = true }
38-
toml = { version = "0.8", optional = true }
38+
toml = { version = "0.9", optional = true }
3939
# Our code requires at least 0.8.21 so don't simplify this to 0.8
4040
schemars = { version = "0.8.21", features = ["preserve_order"] }
4141
walkdir = { version = "2", optional = true }

crates/tauri-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ getrandom = { version = "0.3", optional = true, features = ["std"] }
3434
serialize-to-javascript = { version = "=0.1.1", optional = true }
3535
ctor = "0.2"
3636
json5 = { version = "0.4", optional = true }
37-
toml = { version = "0.8", features = ["parse"] }
37+
toml = { version = "0.9", features = ["parse"] }
3838
json-patch = "3.0"
3939
# Our code requires at least 0.3.1
4040
glob = "0.3.1"

0 commit comments

Comments
 (0)