diff --git a/Cargo.lock b/Cargo.lock index b32866d..4dd7d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ "anyhow", "clap", "tokio", - "toml_edit 0.23.0", + "toml_edit 0.23.1", ] [[package]] @@ -2953,9 +2953,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54449f7f7569ce6f57cda7812361961c0f6a77f720802537b5618585b4a7ff4c" +checksum = "b1f23a5f4511b296579b6c83e437fe85fa7ece22e3ec44e45ddb975bcf57c3dd" dependencies = [ "indexmap", "toml_datetime 0.7.0", @@ -2966,9 +2966,9 @@ dependencies = [ [[package]] name = "toml_parser" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c1c469eda89749d2230d8156a5969a69ffe0d6d01200581cdc6110674d293e" +checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30" dependencies = [ "winnow", ] diff --git a/crates/brack-release/Cargo.toml b/crates/brack-release/Cargo.toml index 39856a7..2d96d8e 100644 --- a/crates/brack-release/Cargo.toml +++ b/crates/brack-release/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" anyhow = "1.0.98" clap = { version = "4.5.41", features = ["derive"] } tokio = { version = "1", features = ["full"] } -toml_edit = "0.23.0" +toml_edit = "0.23.1"