From 6e09e47129d20695adacd157bcef3a1fcfca2a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 15:59:25 +0000 Subject: [PATCH] cargo: bump toml_edit from 0.19.9 to 0.19.10 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.9 to 0.19.10. - [Commits](https://github.com/toml-rs/toml/compare/v0.19.9...v0.19.10) --- 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 36a411663..4969fa416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1955,9 +1955,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.9" +version = "0.19.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f" +checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index fb78f1eac..52384e74f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ tempfile = "3.5.0" textwrap = "0.16.0" thiserror = "1.0.40" timeago = { version = "0.4.1", default-features = false } -toml_edit = { version = "0.19.9", features = ["serde"] } +toml_edit = { version = "0.19.10", features = ["serde"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] }