diff --git a/Cargo.lock b/Cargo.lock index cc109470836..68271adc3f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9271,6 +9271,17 @@ dependencies = [ "winnow", ] +[[package]] +name = "toml_edit" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +dependencies = [ + "indexmap 2.1.0", + "toml_datetime", + "winnow", +] + [[package]] name = "toolchain_find" version = "0.2.0" @@ -10138,7 +10149,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.8.6", - "toml_edit 0.20.7", + "toml_edit 0.21.0", "tui-tree-widget", "unicode-width", "update-engine", diff --git a/Cargo.toml b/Cargo.toml index 63b18a9f9af..5cd6a144b8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -364,7 +364,7 @@ tokio-stream = "0.1.14" tokio-tungstenite = "0.18" tokio-util = "0.7.10" toml = "0.8.6" -toml_edit = "0.20.7" +toml_edit = "0.21.0" topological-sort = "0.2.2" tough = { version = "0.14", features = [ "http" ] } trust-dns-client = "0.22"