From b57d8514cfac48fb570a6cfeb5101aea30f205f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 14:19:48 +0000 Subject: [PATCH] build(deps): bump toml_edit from 0.23.0 to 0.23.1 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.23.0 to 0.23.1. - [Commits](https://github.com/toml-rs/toml/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: toml_edit dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- crates/brack-release/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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"