From 4e9128a23f01099952d2c32dd55be7551206dfaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 08:06:30 +0000 Subject: [PATCH] build: bump toml_edit from 0.8.0 to 0.9.1 (#3241) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.8.0 to 0.9.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.8.0...v0.9.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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5204ca06..ee8b10f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.8.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c29c21e11af3c58476a1063cb550e255c45c60928bf7f272462a533e7a2b406" +checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 298f7ed0..02f9859e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ shadow-rs = "0.8.0" versions = "3.0.3" strsim = "0.10.0" sha-1 = "0.9.8" -toml_edit = "0.8.0" +toml_edit = "0.9.1" process_control = { version = "3.1.0", features = ["crossbeam-channel"] }