From 76c7baac7b5be0c28726107599753ebe2be1d0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 08:05:41 +0100 Subject: [PATCH] build: bump toml_edit from 0.10.0 to 0.10.1 (#3292) Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.10.0 to 0.10.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.10.0...v0.10.1) --- 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 1037b9ad..21f4a56d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1930,9 +1930,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "506eddc39809976da80f4cd83941cf9ee3bbcccbeb5aa16e9592662899b41054" +checksum = "2782eb01c48f7f6f66d63bebe64dd8302dbf6bc0be0d65a85a1854d472e2dfa8" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 407b3caa..4b0dc834 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.10.0" +toml_edit = "0.10.1" process_control = { version = "3.1.0", features = ["crossbeam-channel"] }