From 5102376383edb87cd774e178efaaaaf88d2f8992 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 23:13:37 +0000 Subject: [PATCH] build(deps): update rust crate toml_edit to 0.22.24 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c3512843..ea96b9936 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3409,9 +3409,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.23" +version = "0.22.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee" +checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" dependencies = [ "indexmap 2.7.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 8ae294158..b7e34413f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ strsim = "0.11.1" systemstat = "=0.2.4" terminal_size = "0.4.1" toml = { version = "0.8.20", features = ["preserve_order"] } -toml_edit = "0.22.23" +toml_edit = "0.22.24" unicode-segmentation = "1.12.0" unicode-width = "0.2.0" urlencoding = "2.1.3"