Skip to content

Commit

Permalink
build(deps): bump the noodles group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the noodles group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [annonars](https://github.com/bihealth/annonars) | `0.30.1` | `0.31.1` |
| [noodles-bgzf](https://github.com/zaeleus/noodles) | `0.25.0` | `0.26.0` |
| [noodles-core](https://github.com/zaeleus/noodles) | `0.12.0` | `0.13.0` |
| [noodles-csi](https://github.com/zaeleus/noodles) | `0.28.0` | `0.29.0` |
| [noodles-fasta](https://github.com/zaeleus/noodles) | `0.30.0` | `0.31.0` |
| [noodles-tabix](https://github.com/zaeleus/noodles) | `0.34.0` | `0.35.0` |
| [noodles-vcf](https://github.com/zaeleus/noodles) | `0.47.0` | `0.48.0` |


Updates `annonars` from 0.30.1 to 0.31.1
- [Release notes](https://github.com/bihealth/annonars/releases)
- [Changelog](https://github.com/bihealth/annonars/blob/main/CHANGELOG.md)
- [Commits](varfish-org/annonars@v0.30.1...v0.31.1)

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

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

Updates `noodles-csi` from 0.28.0 to 0.29.0
- [Commits](zaeleus/noodles@noodles-csi-0.28.0...noodles-csi-0.29.0)

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

Updates `noodles-tabix` from 0.34.0 to 0.35.0
- [Commits](zaeleus/noodles@noodles-tabix-0.34.0...noodles-tabix-0.35.0)

Updates `noodles-vcf` from 0.47.0 to 0.48.0
- [Commits](zaeleus/noodles@noodles-vcf-0.47.0...noodles-vcf-0.48.0)

---
updated-dependencies:
- dependency-name: annonars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: noodles
- dependency-name: noodles-bgzf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: noodles
- dependency-name: noodles-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: noodles
- dependency-name: noodles-csi
  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
- dependency-name: noodles-tabix
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: noodles
- dependency-name: noodles-vcf
  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 Dec 18, 2023
1 parent 3e9bd00 commit fb95765
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 38 deletions.
134 changes: 103 additions & 31 deletions Cargo.lock

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

14 changes: 7 additions & 7 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.4"
annonars = "0.30"
annonars = "0.31"
anyhow = "1.0"
async-compression = { version = "0.4", features = ["tokio", "gzip"] }
bgzip = "0.3"
Expand All @@ -51,12 +51,12 @@ jsonl = "4.0"
lazy_static = "1.4"
log = "0.4"
nom = "7.1"
noodles-bgzf = { version = "0.25", features = ["async"] }
noodles-core = "0.12"
noodles-csi = "0.28"
noodles-fasta = "0.30"
noodles-tabix = "0.34"
noodles-vcf = { version = "0.47", features = ["async"] }
noodles-bgzf = { version = "0.26", features = ["async"] }
noodles-core = "0.13"
noodles-csi = "0.29"
noodles-fasta = "0.31"
noodles-tabix = "0.35"
noodles-vcf = { version = "0.48", features = ["async"] }
parse-display = "0.8"
procfs = "0.16"
prost = "0.12"
Expand Down

0 comments on commit fb95765

Please sign in to comment.