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
Bumps the noodles group with 2 updates: [annonars](https://github.com/varfish-org/annonars) and [noodles-fasta](https://github.com/zaeleus/noodles).


Updates `annonars` from 0.35.0 to 0.36.1
- [Release notes](https://github.com/varfish-org/annonars/releases)
- [Changelog](https://github.com/varfish-org/annonars/blob/main/CHANGELOG.md)
- [Commits](varfish-org/annonars@v0.35.0...v0.36.1)

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

---
updated-dependencies:
- dependency-name: annonars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: noodles
- dependency-name: noodles-fasta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: noodles
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent aadc5bc commit 07bdb40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
20 changes: 16 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ path = "src/main.rs"

[dependencies]
actix-web = "4.5"
annonars = "0.35"
annonars = "0.36"
anyhow = "1.0"
async-compression = { version = "0.4", features = ["tokio", "gzip"] }
bgzip = "0.3"
Expand All @@ -54,7 +54,7 @@ nom = "7.1"
noodles-bgzf = { version = "0.26", features = ["async"] }
noodles-core = "0.14"
noodles-csi = "0.30"
noodles-fasta = "0.32"
noodles-fasta = "0.33"
noodles-tabix = "0.36"
noodles-vcf = { version = "0.49", features = ["async"] }
parse-display = "0.9"
Expand Down

0 comments on commit 07bdb40

Please sign in to comment.