From 908ce9e50f06756bdfc1154ab4ad9c0f860b5aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:11:12 +0000 Subject: [PATCH] build(deps): update rust crate toml_edit to 0.17.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06f642b06..6516f71e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3103,9 +3103,9 @@ checksum = "808b51e57d0ef8f71115d8f3a01e7d3750d01c79cac4b3eda910f4389fdf92fd" [[package]] name = "toml_edit" -version = "0.16.2" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd30deba9a1cd7153c22aecf93e86df639e7b81c622b0af8d9255e989991a7b7" +checksum = "a34cc558345efd7e88b9eda9626df2138b80bb46a7606f695e751c892bc7dac6" dependencies = [ "indexmap", "itertools", diff --git a/Cargo.toml b/Cargo.toml index ba77768f0..674467534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ strsim = "0.10.0" systemstat = "=0.2.2" terminal_size = "0.2.3" toml = { version = "0.5.10", features = ["preserve_order"] } -toml_edit = "0.16.2" +toml_edit = "0.17.1" unicode-segmentation = "1.10.0" unicode-width = "0.1.10" urlencoding = "2.1.2"