diff --git a/Cargo.lock b/Cargo.lock index 94425633..f806b157 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4805,7 +4805,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.8.23", - "toml_edit 0.22.27", + "toml_edit 0.25.13+spec-1.1.0", "tracing", "tracing-subscriber", "tree-sitter", @@ -4878,7 +4878,7 @@ dependencies = [ "thiserror 2.0.19", "tokio", "tokio-util", - "toml_edit 0.22.27", + "toml_edit 0.25.13+spec-1.1.0", "tower", "tracing", ] @@ -8654,6 +8654,7 @@ dependencies = [ "indexmap 2.14.0", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.4", ] diff --git a/Cargo.toml b/Cargo.toml index 92ddb26a..a55ead36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_json = "1" schemars = "1.0" toml = "0.8" # Format-preserving TOML edits (keeps user comments in .ministr.toml). -toml_edit = "0.22" +toml_edit = "0.25" # Storage rusqlite = { version = "0.34", features = ["bundled"] }