Skip to content

Commit

Permalink
build(deps): update boon requirement from 0.5 to 0.6 (#26)
Browse files Browse the repository at this point in the history
Updates the requirements on [boon](https://github.com/santhosh-tekuri/boon) to permit the latest version.
- [Release notes](https://github.com/santhosh-tekuri/boon/releases)
- [Changelog](https://github.com/santhosh-tekuri/boon/blob/main/CHANGELOG.md)
- [Commits](santhosh-tekuri/boon@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: boon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent de6b8ae commit 3ab4a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdevents-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ time = { version = "0.3", features = ["serde-human-readable"] }

[dev-dependencies]
assert-json-diff = "2.0"
boon = "0.5"
boon = "0.6"
glob = "0.3"
proptest = "1"
rstest = "0.18"
Expand Down

0 comments on commit 3ab4a3b

Please sign in to comment.