Skip to content

Commit

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

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

Updates `noodles-core` to 0.13.0
- [Commits](zaeleus/noodles@noodles-core-0.12.0...noodles-core-0.13.0)

Updates `noodles-fasta` to 0.31.0
- [Commits](zaeleus/noodles@noodles-fasta-0.30.0...noodles-fasta-0.31.0)

---
updated-dependencies:
- dependency-name: noodles-bgzf
  dependency-type: direct:production
  dependency-group: noodles
- dependency-name: noodles-core
  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] authored Jan 23, 2024
1 parent 3cdf354 commit 09c5fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.25", optional = true }
noodles-core = { version = "0.12", optional = true }
noodles-fasta = { version = "0.30", optional = true }
noodles-bgzf = { version = "0.26", optional = true }
noodles-core = { version = "0.13", optional = true }
noodles-fasta = { version = "0.31", optional = true }
rusqlite = { version = "0.30", optional = true }
thiserror = "1.0"
tracing = "0.1"
Expand Down

0 comments on commit 09c5fd6

Please sign in to comment.