From 63d18d725b18fa3cc0f0c76c9d092cacbe707d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 12:37:29 +0200 Subject: [PATCH] build: bump toml_edit from 0.14.1 to 0.14.2 (#3820) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md) - [Commits](https://github.com/ordian/toml_edit/compare/v0.14.1...v0.14.2) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 ++------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16fde95cc..3bd823e3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -761,15 +761,6 @@ dependencies = [ "libc", ] -[[package]] -name = "kstring" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" -dependencies = [ - "static_assertions", -] - [[package]] name = "lazy_static" version = "1.4.0" @@ -1786,14 +1777,13 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5518c470eae01e6c49021e0023d450e9e97975bd5cc0934ea04fa36b9687cf4" +checksum = "86e793cd7300306ebefde30a6282a9016899b7bad63799511253d95518a62bcd" dependencies = [ "combine", "indexmap", "itertools", - "kstring", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 30242b8e6..7884ca29d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ strsim = "0.10.0" sys-info = "0.9.1" terminal_size = "0.1.17" toml = { version = "0.5.8", features = ["preserve_order"] } -toml_edit = "0.14.1" +toml_edit = "0.14.2" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" urlencoding = "2.1.0"