From 021b8d2e031e0ac38a8be188047b6e9d5320d340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:57:39 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v0.8.16 (#2325) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a481e43e3..2c0d6bb8fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,7 +1406,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "toml_edit 0.22.14", + "toml_edit 0.22.17", "tracing", "types", ] @@ -1691,7 +1691,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "toml 0.8.14", + "toml 0.8.16", "tracing", ] @@ -5830,7 +5830,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.14", + "toml 0.8.16", "tracing", "tracing-appender", "tracing-log", @@ -6341,7 +6341,7 @@ dependencies = [ "service-modules", "tempdir", "thiserror", - "toml_edit 0.22.14", + "toml_edit 0.22.17", ] [[package]] @@ -6410,8 +6410,8 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.14", - "toml_edit 0.22.14", + "toml 0.8.16", + "toml_edit 0.22.17", "tracing", "types", "uuid", @@ -7710,9 +7710,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" +checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" dependencies = [ "serde", ] @@ -7823,7 +7823,7 @@ dependencies = [ "serde_with 3.7.0", "temp-env", "tempfile", - "toml 0.8.14", + "toml 0.8.16", "types", "url", ] @@ -8123,7 +8123,7 @@ dependencies = [ "particle-modules", "particle-services", "service-modules", - "toml_edit 0.22.14", + "toml_edit 0.22.17", ] [[package]] @@ -8335,7 +8335,7 @@ dependencies = [ "spell-event-bus", "spell-service-api", "spell-storage", - "toml_edit 0.22.14", + "toml_edit 0.22.17", "tracing", "trust-graph-distro", "types", @@ -8644,14 +8644,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.14" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "81967dd0dd2c1ab0bc3468bd7caecc32b8a4aa47d0c8c695d8c2b2108168d62c" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit 0.22.17", ] [[package]] @@ -8663,9 +8663,9 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" +checksum = "f8fb9f64314842840f1d940ac544da178732128f1c78c21772e876579e0da1db" dependencies = [ "serde", ] @@ -8707,9 +8707,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.14" +version = "0.22.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" +checksum = "8d9f8729f5aea9562aac1cc0441f5d6de3cff1ee0c5d67293eeca5eb36ee7c16" dependencies = [ "indexmap 2.2.6", "serde", @@ -10184,8 +10184,8 @@ dependencies = [ "test-utils", "thiserror", "tokio", - "toml 0.8.14", - "toml_edit 0.22.14", + "toml 0.8.16", + "toml_edit 0.22.17", "tracing", "types", ]