From 01d4ce18bcb2bf6687483f0f1bf53f2082ce6914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 06:27:51 +0000 Subject: [PATCH] build(deps): update rust crate toml_edit to 0.19.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6e4fea7..e2e30719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3026,9 +3026,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.4" +version = "0.19.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" +checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6bc762b0..d88229f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.5" toml = { version = "0.7.2", features = ["preserve_order"] } -toml_edit = "0.19.4" +toml_edit = "0.19.5" unicode-segmentation = "1.10.1" unicode-width = "0.1.10" urlencoding = "2.1.2"