From ac99427a9c7b316356f5343ba63c24abb75d94ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 10:06:05 +0300 Subject: [PATCH] build: bump toml_edit from 0.12.3 to 0.12.4 (#3412) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.12.3 to 0.12.4. - [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.3...v0.12.4) --- 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86167eb1..2917385d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2002,9 +2002,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f2d523490d6542d4ffa1f1a7cae4d0c9f2ee634bf4e779b0f5ff5fde74dd4b6" +checksum = "30c244d60366ca501c0549e418cef09d581afbc7f18cd0b646b26484a9fae005" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 2e75dddf..a9e93858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ shadow-rs = "0.8.1" versions = "3.0.3" strsim = "0.10.0" sha-1 = "0.10.0" -toml_edit = "0.12.3" +toml_edit = "0.12.4" process_control = { version = "3.2.0", features = ["crossbeam-channel"] }