From 3a1f1c359f45a77c0621fcd96c87f7b184faa361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 08:05:36 +0100 Subject: [PATCH] build: bump toml_edit from 0.9.1 to 0.10.0 (#3272) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.9.1 to 0.10.0. - [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.9.1...v0.10.0) --- 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f5d079a4..2bb5aa02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3" +checksum = "506eddc39809976da80f4cd83941cf9ee3bbcccbeb5aa16e9592662899b41054" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 1f38c6441..f5f06605f 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.9.8" -toml_edit = "0.9.1" +toml_edit = "0.10.0" process_control = { version = "3.1.0", features = ["crossbeam-channel"] }