Skip to content

Commit

Permalink
build(deps): bump the noodles group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [noodles-bgzf](https://github.com/zaeleus/noodles) and [noodles-fasta](https://github.com/zaeleus/noodles) to permit the latest version.

Updates `noodles-bgzf` to 0.29.0
- [Commits](zaeleus/noodles@noodles-bgzf-0.26.0...noodles-bgzf-0.29.0)

Updates `noodles-fasta` to 0.36.0
- [Commits](zaeleus/noodles@noodles-fasta-0.33.0...noodles-fasta-0.36.0)

---
updated-dependencies:
- dependency-name: noodles-bgzf
  dependency-type: direct:production
  dependency-group: noodles
- dependency-name: noodles-fasta
  dependency-type: direct:production
  dependency-group: noodles
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent aada2fe commit 331b6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cached = ["impl"]

[dependencies]
chrono = { version = "0.4", optional = true }
noodles-bgzf = { version = "0.26", optional = true }
noodles-bgzf = { version = "0.29", optional = true }
noodles-core = { version = "0.14", optional = true }
noodles-fasta = { version = "0.33", optional = true }
noodles-fasta = { version = "0.36", optional = true }
rusqlite = { version = "0.31", optional = true }
thiserror = "1.0"
tracing = "0.1"
Expand Down

0 comments on commit 331b6fc

Please sign in to comment.