Skip to content

Commit

Permalink
chore: bump the noodles group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the noodles group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mehari](https://github.com/varfish-org/mehari) | `0.25.4` | `0.25.5` |
| [noodles-bgzf](https://github.com/zaeleus/noodles) | `0.26.0` | `0.28.0` |
| [noodles-csi](https://github.com/zaeleus/noodles) | `0.30.0` | `0.32.0` |
| [noodles-tabix](https://github.com/zaeleus/noodles) | `0.36.0` | `0.38.0` |
| [noodles-vcf](https://github.com/zaeleus/noodles) | `0.49.0` | `0.52.0` |


Updates `mehari` from 0.25.4 to 0.25.5
- [Release notes](https://github.com/varfish-org/mehari/releases)
- [Changelog](https://github.com/varfish-org/mehari/blob/main/CHANGELOG.md)
- [Commits](varfish-org/mehari@v0.25.4...v0.25.5)

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

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

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

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

---
updated-dependencies:
- dependency-name: mehari
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: noodles
- 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-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] committed Apr 8, 2024
1 parent 1f1e306 commit 36abac1
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 29 deletions.
111 changes: 86 additions & 25 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ itertools = "0.12"
log = "0.4"
mehari = "0.25"
multimap = "0.10"
noodles-bgzf = { version = "0.26", features = ["async"] }
noodles-bgzf = { version = "0.28", features = ["async"] }
noodles-core = "0.14.0"
noodles-csi = { version = "0.30.0", features = ["async"] }
noodles-tabix = { version = "0.36.0", features = ["async"] }
noodles-vcf = { version = "0.49", features = ["async"] }
noodles-csi = { version = "0.32.0", features = ["async"] }
noodles-tabix = { version = "0.38.0", features = ["async"] }
noodles-vcf = { version = "0.52", features = ["async"] }
procfs = "0.16"
prost = "0.12"
rand = "0.8"
Expand Down

0 comments on commit 36abac1

Please sign in to comment.