From 087fab330c967adaf7731a91d029f1f4449d16e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 10:05:25 +0300 Subject: [PATCH] build: bump toml_edit from 0.12.1 to 0.12.2 (#3368) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.12.1 to 0.12.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.12.1...v0.12.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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5d757c96..beaa5de6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,9 +1940,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25321ef4c481482d05675fde4ac4bcfcf91f589de5ca266608e1340bf56d8c79" +checksum = "55a834510548c83d4813ede29aa2250963c9ad259a15281cb2889cab2f4238ab" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 799779ac4..a590e6f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ shadow-rs = "0.8.1" versions = "3.0.3" strsim = "0.10.0" sha-1 = "0.10.0" -toml_edit = "0.12.1" +toml_edit = "0.12.2" process_control = { version = "3.1.0", features = ["crossbeam-channel"] }