From 614c8cf3a4ac59f5508ad9b5e2510f090880c3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:46:40 +0100 Subject: [PATCH] chore(deps): bump kdl from 4.7.0 to 4.7.1 (#103) Bumps [kdl](https://github.com/kdl-org/kdl-rs) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/kdl-org/kdl-rs/releases) - [Changelog](https://github.com/kdl-org/kdl-rs/blob/v4.7.1/CHANGELOG.md) - [Commits](https://github.com/kdl-org/kdl-rs/compare/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: kdl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 33 +++++---------------------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2a7694..721f5eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,11 +1687,11 @@ dependencies = [ [[package]] name = "kdl" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a18038fbecda667e7ea2101bdd02af754da5e17ca2887a7649b8f3fa809d8b8" +checksum = "e03e2e96c5926fe761088d66c8c2aee3a4352a2573f4eaca50043ad130af9117" dependencies = [ - "miette 7.4.0", + "miette", "nom", "thiserror", ] @@ -1900,7 +1900,7 @@ dependencies = [ "backtrace", "backtrace-ext", "is-terminal", - "miette-derive 5.10.0", + "miette-derive", "once_cell", "owo-colors", "supports-color", @@ -1912,18 +1912,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "miette" -version = "7.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317f146e2eb7021892722af37cf1b971f0a70c8406f487e24952667616192c64" -dependencies = [ - "cfg-if", - "miette-derive 7.4.0", - "thiserror", - "unicode-width", -] - [[package]] name = "miette-derive" version = "5.10.0" @@ -1935,17 +1923,6 @@ dependencies = [ "syn 2.0.90", ] -[[package]] -name = "miette-derive" -version = "7.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23c9b935fbe1d6cbd1dac857b54a688145e2d93f48db36010514d0f612d0ad67" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.90", -] - [[package]] name = "mime" version = "0.3.17" @@ -3928,7 +3905,7 @@ dependencies = [ "libc", "log", "log4rs", - "miette 5.10.0", + "miette", "nix 0.23.2", "notify-debouncer-full", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index b808f62..048de5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cached = { version = "0.54.0", features = ["wasm"] } console = "0.15.8" tracing-subscriber = "0.3.19" tracing = "0.1.41" -kdl = "4.7.0" +kdl = "4.7.1" rstest = "0.23.0" itertools = "0.13.0"