Skip to content

Commit 3ab4a3b

Browse files
build(deps): update boon requirement from 0.5 to 0.6 (#26)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de6b8ae commit 3ab4a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdevents-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ time = { version = "0.3", features = ["serde-human-readable"] }
2121

2222
[dev-dependencies]
2323
assert-json-diff = "2.0"
24-
boon = "0.5"
24+
boon = "0.6"
2525
glob = "0.3"
2626
proptest = "1"
2727
rstest = "0.18"

0 commit comments

Comments
 (0)