diff --git a/Cargo.lock b/Cargo.lock index 78e23e5..241aa5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "toml", - "toml_edit 0.22.27", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "tracing-subscriber", "walkdir", @@ -4499,6 +4499,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.1", ] @@ -4517,6 +4518,12 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" +[[package]] +name = "toml_writer" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" + [[package]] name = "tonic" version = "0.14.5" diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index 6e872ce..da874e1 100644 --- a/crates/cargo-rustapi/Cargo.toml +++ b/crates/cargo-rustapi/Cargo.toml @@ -25,7 +25,7 @@ console = { workspace = true } # File system walkdir = "2.5" -toml_edit = "0.22" +toml_edit = "0.25" notify = "8.0" notify-debouncer-mini = "0.7"