Skip to content

Commit

Permalink
build(deps): bump noodles-bgzf from 0.25.0 to 0.26.0 (#328)
Browse files Browse the repository at this point in the history
Bumps [noodles-bgzf](https://github.com/zaeleus/noodles) from 0.25.0 to 0.26.0.
- [Commits](zaeleus/noodles@noodles-bgzf-0.25.0...noodles-bgzf-0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 3e38230 commit d35a759
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
38 changes: 25 additions & 13 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 @@ -16,6 +16,6 @@ exon-common = {path = "../exon-common", version = "0.5.4"}
futures = {workspace = true}
itertools = "0.12.0"
noodles = {workspace = true, features = ["core", "async", "bam", "sam", "bgzf"]}
noodles-bgzf = {version = "0.25.0", features = ["libdeflate"]}
noodles-bgzf = {version = "0.26.0", features = ["libdeflate"]}
object_store = {workspace = true}
tokio = {workspace = true}
2 changes: 1 addition & 1 deletion exon/exon-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures = {workspace = true}
gb-io = {version = "0.7.1", optional = true}
itertools = "0.12.0"
noodles = {workspace = true, features = ["bed", "tabix", "core", "async", "bcf", "vcf", "bgzf", "csi", "gtf"]}
noodles-bgzf = {version = "0.25.0", features = ["libdeflate"]}
noodles-bgzf = {version = "0.26.0", features = ["libdeflate"]}
num_cpus = "1.16.0"
object_store = {workspace = true, features = ["aws"]}
pin-project = {version = "1.1.3", optional = true}
Expand Down

0 comments on commit d35a759

Please sign in to comment.