Skip to content

Commit 85ce10b

Browse files
Update Rust crate noodles-bgzf to 0.44.0 (#5476)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [noodles-bgzf](https://redirect.github.com/zaeleus/noodles) | workspace.dependencies | minor | `0.43.0` -> `0.44.0` | --- ### Release Notes <details> <summary>zaeleus/noodles (noodles-bgzf)</summary> ### [`v0.44.0`](https://redirect.github.com/zaeleus/noodles/compare/noodles-bgzf-0.43.0...noodles-bgzf-0.44.0) [Compare Source](https://redirect.github.com/zaeleus/noodles/compare/noodles-bgzf-0.43.0...noodles-bgzf-0.44.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> --------- Signed-off-by: Robert Kruszewski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kruszewski <[email protected]>
1 parent 4d42c08 commit 85ce10b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ memmap2 = "0.9.5"
140140
mimalloc = "0.1.42"
141141
moka = { version = "0.12.10", default-features = false }
142142
multiversion = "0.8.0"
143-
noodles-bgzf = "0.43.0"
144-
noodles-vcf = "0.81.0"
143+
noodles-bgzf = "0.44.0"
144+
noodles-vcf = "0.82.0"
145145
num-traits = "0.2.19"
146146
num_enum = { version = "0.7.3", default-features = false }
147147
object_store = { version = "0.12.3", default-features = false }

0 commit comments

Comments
 (0)