Skip to content

Commit

Permalink
chore(deps): bump kdl from 4.7.1 to 6.1.0 (#105)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* chore(deps): add v1 features back to kdl

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Jankowski <[email protected]>
  • Loading branch information
dependabot[bot] and dj95 authored Dec 23, 2024
1 parent 8ca630f commit a96c17b
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 6 deletions.
110 changes: 105 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "4.7.1"
kdl = { version = "6.1.0", features = ["v1", "v1-fallback"] }
rstest = "0.23.0"
itertools = "0.13.0"

Expand Down

0 comments on commit a96c17b

Please sign in to comment.