From 631b326f5333ff6b13270784c7e4c9db7b4df085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:04:10 +0000 Subject: [PATCH] build(deps): update rust crate toml_edit to 0.22.22 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7fa221f..1194494a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3074,9 +3074,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.21" +version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ "indexmap 2.5.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2add1508..431e9ddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.11.1" systemstat = "=0.2.3" terminal_size = "0.3.0" toml = { version = "0.8.19", features = ["preserve_order"] } -toml_edit = "0.22.21" +toml_edit = "0.22.22" unicode-segmentation = "1.11.0" unicode-width = "0.1.13" urlencoding = "2.1.3"