From 09d2b4e90365847a78675b39c7a00cbdb0b5ef43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 04:30:59 -0500 Subject: build: bump toml_edit from 0.12.2 to 0.12.3 (#3384) 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 4e03df149..a5772fc72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1940,9 +1940,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55a834510548c83d4813ede29aa2250963c9ad259a15281cb2889cab2f4238ab" +checksum = "1f2d523490d6542d4ffa1f1a7cae4d0c9f2ee634bf4e779b0f5ff5fde74dd4b6" dependencies = [ "combine", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index cbbb52450..fe32b7467 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.2" +toml_edit = "0.12.3" process_control = { version = "3.1.0", features = ["crossbeam-channel"] } -- cgit v1.2.3