Skip to content

Commit 81e72f5

Browse files
Bump itertools from 0.14.0 to 0.15.0 (#509)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4b2939 commit 81e72f5

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ proc-macro = true
1919
quote = { version = "1.0.45" }
2020
proc-macro2 = { version = "1.0.106" }
2121

22-
itertools = { version = "0.14.0" }
22+
itertools = { version = "0.15.0" }
2323
prettyplease = { version = "0.2.37" }
2424
hyperlight-component-util.workspace = true

0 commit comments

Comments
 (0)