From 638c02945ae50c0c317b1acd1ecffb10486821fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:27:33 +0000 Subject: [PATCH] Bump toml_edit from 0.19.13 to 0.19.14 Bumps [toml_edit](https://github.com/toml-rs/toml) from 0.19.13 to 0.19.14. - [Commits](https://github.com/toml-rs/toml/compare/v0.19.13...v0.19.14) --- 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 2ddec76..459a961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,9 +1378,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.13" +version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7" +checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2057f71..088fb87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ regex = "1.9.1" serde = { version = "1.0.168", features = ["derive"] } serde_json = "1.0.103" thiserror = "1.0.43" -toml_edit = { version = "0.19.13", features = ["serde"] } +toml_edit = { version = "0.19.14", features = ["serde"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } url = "2.4.0"