diff --git a/Cargo.lock b/Cargo.lock index 3213cce..41eda20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,7 +447,7 @@ dependencies = [ "tempfile", "tokio", "toml 1.1.4+spec-1.1.0", - "toml_edit 0.22.27", + "toml_edit 0.25.13+spec-1.1.0", "tracing", "tracing-subscriber", ] @@ -4303,6 +4303,7 @@ dependencies = [ "indexmap", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 1.0.4", ] diff --git a/crates/cargo-rustapi/Cargo.toml b/crates/cargo-rustapi/Cargo.toml index d6cc705..39d1c50 100644 --- a/crates/cargo-rustapi/Cargo.toml +++ b/crates/cargo-rustapi/Cargo.toml @@ -24,7 +24,7 @@ indicatif = { workspace = true } console = { workspace = true } # File system -toml_edit = "0.22" +toml_edit = "0.25" notify = { version = "8.0", optional = true } notify-debouncer-mini = { version = "0.7", optional = true }