Skip to content

Commit 3260239

Browse files
build(deps): update cruet requirement from 0.15 to 1.0
Updates the requirements on [cruet](https://github.com/taidge/cruet) to permit the latest version. - [Release notes](https://github.com/taidge/cruet/releases) - [Changelog](https://github.com/taidge/cruet/blob/main/CHANGELOG.md) - [Commits](taidge/cruet@v0.15.0...v1.0.0) --- updated-dependencies: - dependency-name: cruet dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38e9afc commit 3260239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "generate cdevents type from json schema on cdevents-spec"
1111
[dependencies]
1212
anyhow = "1.0"
1313
clap = { version = "4", features = ["derive"] }
14-
cruet = "0.15"
14+
cruet = "1.0"
1515
glob = "0.3"
1616
handlebars = { version = "6", features = ["dir_source"] }
1717
handlebars_misc_helpers = { version = "0.17", default-features = false, features = ["string", "json"] }

0 commit comments

Comments
 (0)