From 89e5cbd6efdfe103aa261ae7a3d912eaa382fa2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:27:43 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 1 update Bumps the cargo-dependencies group with 1 update: [toml_edit](https://github.com/toml-rs/toml). - [Commits](https://github.com/toml-rs/toml/compare/v0.19.14...v0.19.15) --- updated-dependencies: - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... 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 a9d4980926..24e3c20fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2278,9 +2278,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.14" +version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" +checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.0", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9344198a0c..45e091371a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ test-case = "3.1.0" textwrap = "0.16.0" thiserror = "1.0.48" timeago = { version = "0.4.1", default-features = false } -toml_edit = { version = "0.19.14", features = ["serde"] } +toml_edit = { version = "0.19.15", features = ["serde"] } tracing = "0.1.37" tracing-chrome = "0.7.1" tracing-subscriber = { version = "0.3.17", default-features = false, features = [