From abbc439b17ce1ec1d99a2b585fc199859f06f70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:01:58 +0000 Subject: [PATCH] cargo: bump toml_edit from 0.19.5 to 0.19.7 Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.19.5 to 0.19.7. - [Release notes](https://github.com/ordian/toml_edit/releases) - [Commits](https://github.com/ordian/toml_edit/compare/v0.19.5...v0.19.7) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca12be3b1..a93b048ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1888,9 +1888,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.5" +version = "0.19.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30" +checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index b1671cd2e..f03f5932e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ thiserror = "1.0.39" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] } indexmap = "1.9.2" -toml_edit = { version = "0.19.5", features = ["serde"] } +toml_edit = { version = "0.19.7", features = ["serde"] } [target.'cfg(unix)'.dependencies] libc = { version = "0.2.140" }