diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index f6a70f2386b4..ead3b203f758 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -4111,7 +4111,7 @@ version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.2.3", "itoa 1.0.10", "ryu", "serde", @@ -4738,7 +4738,7 @@ dependencies = [ "thiserror", "tokio", "toml 0.8.10", - "toml_edit 0.21.1", + "toml_edit 0.22.6", "unicode-width", "ureq", "url", @@ -5104,17 +5104,6 @@ dependencies = [ "winnow 0.5.40", ] -[[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.2.3", - "toml_datetime", - "winnow 0.5.40", -] - [[package]] name = "toml_edit" version = "0.22.6" diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index ab5cfb64b699..ff94fdb5296e 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -57,7 +57,7 @@ notify = "6.1" notify-debouncer-mini = "0.4" shared_child = "1.0" duct = "0.13" -toml_edit = "0.21" +toml_edit = { version = "0.22", features = [ "serde" ] } json-patch = "1.2" tauri-utils = { version = "2.0.0-beta.1", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] } tauri-utils-v1 = { version = "1", package = "tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }