Skip to content

Commit 4b9b927

Browse files
dependabot[bot]Rikorose
authored andcommitted
build(deps): update itertools requirement from 0.11 to 0.12 in /demo
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.11.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73a6746 commit 4b9b927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ iced = { version = "0.12", features = [
2525
"tokio",
2626
"lazy",
2727
], optional = true }
28-
itertools = "0.11"
28+
itertools = "0.12"
2929
crossbeam-channel = "0.5"
3030
image_rs = { package = "image", version = "0.24", optional = true }
3131
anyhow = "1.0"

0 commit comments

Comments
 (0)