From bd2eeac83e3c8291f7b6ee021c413137308ae2eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:14:55 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.7.6 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4c03e7..f4963b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,9 +756,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" +checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" dependencies = [ "serde", "serde_spanned", @@ -777,9 +777,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", "serde", diff --git a/Cargo.toml b/Cargo.toml index 68b4217..6931cf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ dirs = "5.0.1" regex = "1.9.0" serde = "1.0.166" serde_derive = "1.0.166" -toml = "0.7.5" +toml = "0.7.6" tracing = "0.1.37" tracing-journald = { version = "0.3.0", optional = true } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }