From fc6a6f8e98296e0f90904569a6e99c1d6d524b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:38:21 +0000 Subject: [PATCH] cargo: bump toml_edit from 0.19.11 to 0.19.12 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.11 to 0.19.12. - [Commits](https://github.com/toml-rs/toml/compare/v0.19.11...v0.19.12) --- 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 92961dbaf..a026506a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,9 +1971,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.11" +version = "0.19.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" +checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 119ca73c1..5ba430ee7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tempfile = "3.6.0" textwrap = "0.16.0" thiserror = "1.0.41" timeago = { version = "0.4.1", default-features = false } -toml_edit = { version = "0.19.11", features = ["serde"] } +toml_edit = { version = "0.19.12", features = ["serde"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }