Skip to content

Commit 6a26272

Browse files
Update itertools requirement from 0.14 to 0.15
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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cfdb275 commit 6a26272

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde_json = "1.0.62"
4242
anyhow = "1.0"
4343
cc = "1.0"
4444
glob = "0.3"
45-
itertools = "0.14"
45+
itertools = "0.15"
4646
implib = "0.6.0"
4747
object = { version = "0.39.1", default-features = false, features = ["std", "read_core", "pe"] }
4848
cargo-platform = "0.3.1"

0 commit comments

Comments
 (0)