From 73574f765d44a2d6570535289d753ac6ee99e828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Jul 2025 01:07:38 +0000 Subject: [PATCH] build(deps): update rust crate toml_edit to 0.23.2 (#6852) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d047a3ae6..9ece75f3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3294,7 +3294,7 @@ dependencies = [ "tempfile", "terminal_size", "toml 0.9.2", - "toml_edit 0.23.1", + "toml_edit 0.23.2", "unicode-segmentation", "unicode-width", "urlencoding", @@ -3637,9 +3637,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.1" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f23a5f4511b296579b6c83e437fe85fa7ece22e3ec44e45ddb975bcf57c3dd" +checksum = "d1dee9dc43ac2aaf7d3b774e2fba5148212bf2bd9374f4e50152ebe9afd03d42" dependencies = [ "indexmap", "toml_datetime 0.7.0", diff --git a/Cargo.toml b/Cargo.toml index 2c497a98e..8e5c4dc03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ strsim = "0.11.1" systemstat = "=0.2.5" terminal_size = "0.4.2" toml = { version = "0.9.2", features = ["preserve_order"] } -toml_edit = "0.23.1" +toml_edit = "0.23.2" unicode-segmentation = "1.12.0" unicode-width = "0.2.1" urlencoding = "2.1.3"