From 8a10825f73f2123d96a760b4369ca83f0df31a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:50:54 +0000 Subject: [PATCH] chore(deps): bump kdl from 6.1.0 to 6.2.2 Bumps [kdl](https://github.com/kdl-org/kdl-rs) from 6.1.0 to 6.2.2. - [Release notes](https://github.com/kdl-org/kdl-rs/releases) - [Changelog](https://github.com/kdl-org/kdl-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/kdl-org/kdl-rs/compare/v6.1.0...v6.2.2) --- updated-dependencies: - dependency-name: kdl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3f4cfb..8bc2ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1698,9 +1698,9 @@ dependencies = [ [[package]] name = "kdl" -version = "6.1.0" +version = "6.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a927c788db5413fbaced8fc5ac08a4a341c50766cba1d363ba3e25f3db343af0" +checksum = "6d63de1aa3d632a8dd61da7cddfc499e9f88e6265d85bd84002419c3cdd3dc8f" dependencies = [ "kdl 4.7.1", "miette 7.4.0", @@ -4131,7 +4131,7 @@ dependencies = [ "console", "criterion", "itertools 0.13.0", - "kdl 6.1.0", + "kdl 6.2.2", "lazy_static", "regex", "rstest", diff --git a/Cargo.toml b/Cargo.toml index 8cd102d..f21ff3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cached = { version = "0.54.0", features = ["wasm"] } console = "0.15.10" tracing-subscriber = "0.3.19" tracing = "0.1.41" -kdl = { version = "6.1.0", features = ["v1", "v1-fallback"] } +kdl = { version = "6.2.2", features = ["v1", "v1-fallback"] } rstest = "0.23.0" itertools = "0.13.0"