Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 00661ad

Browse files
dependabot[bot]sjackman
authored andcommitted
Bump itertools from 0.10.5 to 0.13.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.10.5...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e076ea commit 00661ad

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Diff for: Cargo.lock

+13-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ regex = { version = "1", default-features = false, features = ["std", "perf"] }
2525
lazy_static = "1"
2626
rand = ">=0.7, <2"
2727
rand_xorshift = ">=0.2"
28-
itertools = ">=0.8"
28+
itertools = ">=0.10,<0.13"
2929
lz4 = "*"
3030
fastq = "^0.6"
3131
bio = ">=0.33.0, <3"

0 commit comments

Comments
 (0)