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
Bumps the noodles group with 3 updates: [noodles-csi](https://github.com/zaeleus/noodles), [noodles-tabix](https://github.com/zaeleus/noodles) and [noodles-vcf](https://github.com/zaeleus/noodles).


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

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

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

---
updated-dependencies:
- 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] authored Nov 13, 2023
1 parent 4b9c4ae commit 116fb4c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 12 deletions.
60 changes: 51 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ log = "0.4"
nom = "7.1"
noodles-bgzf = { version = "0.25", features = ["async"] }
noodles-core = "0.12"
noodles-csi = "0.26"
noodles-csi = "0.27"
noodles-fasta = "0.30"
noodles-tabix = "0.32"
noodles-vcf = { version = "0.45", features = ["async"] }
noodles-tabix = "0.33"
noodles-vcf = { version = "0.46", features = ["async"] }
parse-display = "0.8"
procfs = "0.16"
prost = "0.12"
Expand Down

0 comments on commit 116fb4c

Please sign in to comment.