Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: noodles
  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 685a2a4 commit c2a6aed
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 116 deletions.
159 changes: 44 additions & 115 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-benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version.workspace = true
clap = {version = "4.4.11", features = ["derive"]}
datafusion = {workspace = true}
exon = {path = "../exon/exon-core", features = ["all"]}
noodles = {version = "0.59", features = ["core", "vcf", "bgzf"]}
noodles = {version = "0.60", features = ["core", "vcf", "bgzf"]}
tokio = {version = "1", features = ["full"]}
tracing = "0.1.40"
tracing-subscriber = "0.3.18"

0 comments on commit c2a6aed

Please sign in to comment.