From cb82559254c8a9705e5600584f98b2bc33c037bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:05:47 -0500 Subject: [PATCH] build: bump toml_edit from 0.12.4 to 0.12.6 (#3420) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.12.4 to 0.12.6. - [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.12.4...v0.12.6) --- 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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34de85d63..c6e3e23e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "combine" -version = "4.6.1" +version = "4.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a909e4d93292cd8e9c42e189f61681eff9d67b6541f96b8a1a737f23737bd001" +checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062" dependencies = [ "bytes", "memchr", @@ -2002,9 +2002,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30c244d60366ca501c0549e418cef09d581afbc7f18cd0b646b26484a9fae005" +checksum = "94217a6d6a89fb646cbc9f28283cf4745f77eb0b04c4f680c4b3ae4450e3a473" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 3314a64ac..89814673c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ shadow-rs = "0.8.1" versions = "4.0.0" strsim = "0.10.0" sha-1 = "0.10.0" -toml_edit = "0.12.4" +toml_edit = "0.12.6" process_control = { version = "3.2.0", features = ["crossbeam-channel"] }