Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4a7f215

Browse files
authoredMar 17, 2025··
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] <support@github.com>
1 parent 72fd8b0 commit 4a7f215

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)
Please sign in to comment.