Skip to content

Commit

Permalink
chore(deps): Bump kdl from 4.6.0 to 4.7.1
Browse files Browse the repository at this point in the history
Bumps [kdl](https://github.com/kdl-org/kdl-rs) from 4.6.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](kdl-org/kdl-rs@v4.6.0...v4.7.1)

---
updated-dependencies:
- dependency-name: kdl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Dec 16, 2024
1 parent 987e8e7 commit c196976
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ indextree = "4.7.3"
indicatif = { version = "0.17.9", features = ["rayon"] }
itertools = "0.13.0"
jiff = "0.1.14"
kdl = "4.6.0"
kdl = "4.7.1"
log = "0.4.22"
logos = "0.15.0"
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion plugins/affiliation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.5.23", features = ["derive"] }
hipcheck-sdk = { version = "0.2.0", path = "../../sdk/rust", features = [
"macros",
] }
kdl = "4.6.0"
kdl = "4.7.1"
log = "0.4.22"
pathbuf = "1.0.0"
schemars = { version = "0.8.21", features = ["url"] }
Expand Down

0 comments on commit c196976

Please sign in to comment.