Skip to content

Commit

Permalink
build(deps): bump itertools from 0.12.1 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 0029b8a commit bf82b9e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exon/exon-bam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ arrow = { workspace = true }
exon-common = { path = "../exon-common", version = "0.21.0" }
exon-sam = { path = "../exon-sam", version = "0.21.0" }
futures = { workspace = true }
itertools = "0.12.1"
itertools = "0.13.0"
noodles = { workspace = true, features = [
"core",
"async",
Expand Down
2 changes: 1 addition & 1 deletion exon/exon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exon-sam = { path = "../exon-sam", version = "0.21.0" }
exon-vcf = { path = "../exon-vcf", version = "0.21.0" }
exon-bigwig = { path = "../exon-bigwig", version = "0.21.0" }
futures = { workspace = true }
itertools = "0.12.1"
itertools = "0.13.0"
noodles = { workspace = true, features = [
"bed",
"tabix",
Expand Down
2 changes: 1 addition & 1 deletion exon/exon-sam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = { workspace = true }
arrow = { workspace = true }
exon-common = { path = "../exon-common", version = "0.21.0" }
futures = { workspace = true }
itertools = "0.12.1"
itertools = "0.13.0"
noodles = { workspace = true, features = [
"core",
"async",
Expand Down

0 comments on commit bf82b9e

Please sign in to comment.