From 3fa27f706d9b42543c8eadda768307400e30b578 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 01:59:11 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.2 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f70115..068dda6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -721,9 +721,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bc1433177506450fe920e46a4f9812d0c211f5dd556da10e731a0a3dfa151f0" +checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" dependencies = [ "serde", "serde_spanned", @@ -742,9 +742,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.20.1" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ "indexmap", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2d8b94b..db54d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ dirs = "5.0.1" regex = "1.9.6" serde = "1.0.188" serde_derive = "1.0.188" -toml = "0.8.1" +toml = "0.8.2" tracing = "0.1.37" tracing-journald = { version = "0.3.0", optional = true } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }