diff --git a/Cargo.lock b/Cargo.lock index 0c88784..f7376ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "toml 1.1.2+spec-1.1.0", - "toml_edit 0.22.27", + "toml_edit 0.25.11+spec-1.1.0", "tracing", "tracing-subscriber", "walkdir", @@ -4493,6 +4493,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.1", ] diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index be1d037..da321ee 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"