From 4d119b5ea66b41b240d37336696a43379fa531d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:37:46 +0000 Subject: [PATCH] Bump toml_edit from 0.22.22 to 0.22.24 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.22.22 to 0.22.24. - [Commits](https://github.com/toml-rs/toml/compare/v0.22.22...v0.22.24) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4b45de..7167304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,9 +848,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.22" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ "indexmap", "serde", @@ -1101,9 +1101,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.20" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" +checksum = "59690dea168f2198d1a3b0cac23b8063efcd11012f10ae4698f284808c8ef603" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index ad0ba2f..976872d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ directories = "6.0.0" thiserror = "2.0.3" anyhow = "1.0.93" toml = "0.8.19" -toml_edit = "0.22.22" +toml_edit = "0.22.24" tempfile = "3.15.0" regex = "1.11.1" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }