Skip to content

Commit e914a1c

Browse files
Update itertools requirement from 0.13 to 0.14
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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d977787 commit e914a1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2021"
66
[dependencies]
77
enumset = "1.1"
88
anyhow = "1.0"
9-
itertools = "0.13"
9+
itertools = "0.14"
1010
tracing = "0.1.41"

vm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ simple-error = "0.3"
1212
log = "0.4.17"
1313
lazy_static = "1.4.0"
1414
anyhow = "1.0"
15-
itertools = "0.13"
15+
itertools = "0.14"
1616
tracing = "0.1.41"

0 commit comments

Comments
 (0)