From 65cc3e36c1e18b869ad10ec98b6ab05bd5ac22d7 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 31 Jan 2025 05:16:45 +0000 Subject: [PATCH] chore(deps): update rust crate toml_edit to 0.22.23 --- Cargo.lock | 19 +++++-------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 555661bbf35..7245aa16c0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,7 +552,7 @@ dependencies = [ "serde", "serde_json", "toml", - "winnow 0.7.0", + "winnow", ] [[package]] @@ -1839,7 +1839,7 @@ dependencies = [ "test-case", "test-strategy", "thiserror 2.0.11", - "winnow 0.7.0", + "winnow", "xxhash-rust", ] @@ -3434,15 +3434,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.22" +version = "0.22.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" +checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee" dependencies = [ "indexmap 2.7.1", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.26", + "winnow", ] [[package]] @@ -4136,15 +4136,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" -[[package]] -name = "winnow" -version = "0.6.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" -dependencies = [ - "memchr", -] - [[package]] name = "winnow" version = "0.7.0" diff --git a/Cargo.toml b/Cargo.toml index 89683e84f31..a486d9e4d11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ thiserror = "2.0.11" tokio = "1.43.0" tokio-stream = "0.1.17" toml = "0.8.19" -toml_edit = "0.22.22" +toml_edit = "0.22.23" tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", default-features = false, features = ["std", "tracing-log", "fmt"] } unicode-ident = "1.0.16"