Skip to content

Commit 52a3e88

Browse files
dependabot[bot]BobAnkh
authored andcommitted
chore(deps): update itertools requirement from 0.12.0 to 0.13.0
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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab184f6 commit 52a3e88

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
@@ -16,7 +16,7 @@ categories = ["network-programming", "configuration", "development-tools", "simu
1616
[dependencies]
1717
bandwidth = "0.3.0"
1818
dyn-clone = { version = "1.0.10", optional = true }
19-
itertools = { version = "0.12.0", optional = true }
19+
itertools = { version = "0.13.0", optional = true }
2020
once_cell = { version = "1.17.0", optional = true }
2121
rand = { version = "0.8.5", optional = true }
2222
rand_distr = { version = "0.4.3", optional = true }

0 commit comments

Comments
 (0)