diff --git a/Cargo.lock b/Cargo.lock index be36ff0..f82398d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6159,7 +6159,7 @@ dependencies = [ "spectre-tui", "tempfile", "tokio", - "toml_edit 0.22.27", + "toml_edit 0.23.10+spec-1.0.0", "tracing", "tracing-subscriber", ] @@ -6194,7 +6194,7 @@ dependencies = [ "tokio-test", "tokio-util", "toml 0.8.23", - "toml_edit 0.22.27", + "toml_edit 0.23.10+spec-1.0.0", "tracing", "tracing-appender", "tracing-subscriber", @@ -7391,6 +7391,7 @@ dependencies = [ "indexmap 2.13.0", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", + "toml_writer", "winnow 0.7.14", ] diff --git a/Cargo.toml b/Cargo.toml index 65bc9c5..8b63b4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" toml = "0.8" -toml_edit = "0.22" +toml_edit = "0.23" # Error handling thiserror = "2.0"