From ebcbf6ed50aa7904876e1120e7741bacd7e32def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 05:10:37 -0500 Subject: [PATCH] build: bump toml_edit from 0.13.4 to 0.14.1 (#3816) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.4 to 0.14.1. - [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.13.4...v0.14.1) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91c6b9ae..fab003a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -763,11 +763,11 @@ dependencies = [ [[package]] name = "kstring" -version = "1.0.6" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526" +checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747" dependencies = [ - "serde", + "static_assertions", ] [[package]] @@ -1786,9 +1786,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.13.4" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b" +checksum = "f5518c470eae01e6c49021e0023d450e9e97975bd5cc0934ea04fa36b9687cf4" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 5a88e8b6..8f0fd67a 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.13.4" +toml_edit = "0.14.1" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" urlencoding = "2.1.0"