Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [noodles-bgzf](https://github.com/zaeleus/noodles) | `0.26.0` | `0.27.0` |
| [noodles-csi](https://github.com/zaeleus/noodles) | `0.30.0` | `0.31.0` |
| [noodles-fasta](https://github.com/zaeleus/noodles) | `0.33.0` | `0.34.0` |
| [noodles-tabix](https://github.com/zaeleus/noodles) | `0.36.0` | `0.37.0` |
| [noodles-vcf](https://github.com/zaeleus/noodles) | `0.49.0` | `0.50.0` |
| [seqrepo](https://github.com/varfish-org/seqrepo-rs) | `0.10.0` | `0.10.1` |


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

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

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

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

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

Updates `seqrepo` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/varfish-org/seqrepo-rs/releases)
- [Changelog](https://github.com/varfish-org/seqrepo-rs/blob/main/CHANGELOG.md)
- [Commits](varfish-org/seqrepo-rs@v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: noodles-bgzf
  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
- dependency-name: seqrepo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: noodles
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent b735a68 commit 3daa370
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 38 deletions.
120 changes: 87 additions & 33 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jsonl = "4.0"
lazy_static = "1.4"
log = "0.4"
nom = "7.1"
noodles-bgzf = { version = "0.26", features = ["async"] }
noodles-bgzf = { version = "0.27", features = ["async"] }
noodles-core = "0.14"
noodles-csi = "0.30"
noodles-fasta = "0.33"
noodles-tabix = "0.36"
noodles-vcf = { version = "0.49", features = ["async"] }
noodles-csi = "0.31"
noodles-fasta = "0.34"
noodles-tabix = "0.37"
noodles-vcf = { version = "0.50", features = ["async"] }
parse-display = "0.9"
procfs = "0.16"
prost = "0.12"
Expand Down

0 comments on commit 3daa370

Please sign in to comment.