From 99e44ce78216e2731bdb08b484ed7c1abfed7b74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:48:39 +0000 Subject: [PATCH] build(deps): update rust crate toml_edit to 0.19.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5c474842..305328b29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3119,9 +3119,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.1" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90a238ee2e6ede22fb95350acc78e21dc40da00bb66c0334bde83de4ed89424e" +checksum = "1f35c303ea3e062b6131be4de16debe23860b9d3f2396658f13b7af1987fb473" dependencies = [ "indexmap", "nom8", diff --git a/Cargo.toml b/Cargo.toml index 4ac6bf5fa..a890f6d90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.3" toml = { version = "0.7.1", features = ["preserve_order"] } -toml_edit = "0.19.1" +toml_edit = "0.19.2" unicode-segmentation = "1.10.1" unicode-width = "0.1.10" urlencoding = "2.1.2"