Skip to content

Commit a96c17b

Browse files
chore(deps): bump kdl from 4.7.1 to 6.1.0 (#105)
* chore(deps): bump kdl from 4.7.1 to 6.1.0 Bumps [kdl](https://github.com/kdl-org/kdl-rs) from 4.7.1 to 6.1.0. - [Release notes](https://github.com/kdl-org/kdl-rs/releases) - [Changelog](https://github.com/kdl-org/kdl-rs/blob/main/CHANGELOG.md) - [Commits](kdl-org/kdl-rs@v4.7.1...v6.1.0) --- updated-dependencies: - dependency-name: kdl dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): add v1 features back to kdl --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Jankowski <daniel.jankowski@rub.de>
1 parent 8ca630f commit a96c17b

File tree

2 files changed

+106
-6
lines changed

2 files changed

+106
-6
lines changed

Cargo.lock

+105-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cached = { version = "0.54.0", features = ["wasm"] }
3232
console = "0.15.10"
3333
tracing-subscriber = "0.3.19"
3434
tracing = "0.1.41"
35-
kdl = "4.7.1"
35+
kdl = { version = "6.1.0", features = ["v1", "v1-fallback"] }
3636
rstest = "0.23.0"
3737
itertools = "0.13.0"
3838

0 commit comments

Comments
 (0)