Skip to content

Commit 5cf3f3e

Browse files
dependabot[bot]davidB
authored andcommitted
build(deps): update cruet requirement from 0.14 to 0.15
Updates the requirements on [cruet](https://github.com/chrislearn/cruet) to permit the latest version. - [Release notes](https://github.com/chrislearn/cruet/releases) - [Changelog](https://github.com/chrislearn/cruet/blob/main/CHANGELOG.md) - [Commits](chrislearn/cruet@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: cruet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4934fed commit 5cf3f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "generate cdevents type from json schema on cdevents-spec"
1212
[dependencies]
1313
anyhow = "1.0"
1414
clap = { version = "4", features = ["derive"] }
15-
cruet = "0.14"
15+
cruet = "0.15"
1616
glob = "0.3"
1717
handlebars = { version = "6", features = ["dir_source"] }
1818
handlebars_misc_helpers = { version = "0.17", default-features = false, features = [

0 commit comments

Comments
 (0)