Skip to content

chore(deps): bump the all-cargo-deps group across 1 directory with 5 updates#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-cargo-deps-ec238cb667
Closed

chore(deps): bump the all-cargo-deps group across 1 directory with 5 updates#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/all-cargo-deps-ec238cb667

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps the all-cargo-deps group with 5 updates in the / directory:

Package From To
tokio 1.50.0 1.51.0
sha2 0.10.9 0.11.0
noodles-fasta 0.42.0 0.60.0
noodles-core 0.15.0 0.19.0
md-5 0.10.6 0.11.0

Updates tokio from 1.50.0 to 1.51.0

Release notes

Sourced from tokio's releases.

Tokio v1.51.0

1.51.0 (April 3rd, 2026)

Added

  • net: implement get_peer_cred on Hurd (#7989)
  • runtime: add tokio::runtime::worker_index() (#7921)
  • runtime: add runtime name (#7924)
  • runtime: stabilize LocalRuntime (#7557)
  • wasm: add wasm32-wasip2 networking support (#7933)

Changed

  • runtime: steal tasks from the LIFO slot (#7431)

Fixed

  • docs: do not show "Available on non-loom only." doc label (#7977)
  • macros: improve overall macro hygiene (#7997)
  • sync: fix notify_waiters priority in Notify (#7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#7991)

#7431: tokio-rs/tokio#7431 #7557: tokio-rs/tokio#7557 #7921: tokio-rs/tokio#7921 #7924: tokio-rs/tokio#7924 #7933: tokio-rs/tokio#7933 #7977: tokio-rs/tokio#7977 #7989: tokio-rs/tokio#7989 #7991: tokio-rs/tokio#7991 #7996: tokio-rs/tokio#7996 #7997: tokio-rs/tokio#7997

Commits

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates noodles-fasta from 0.42.0 to 0.60.0

Commits
  • c835f68 Bump versions for noodles 0.106.0
  • 3302410 cram/codecs/name_tokenizer/encoder: Use byte buffer
  • dbb5dc2 cram/changelog: Add entry for reference sequence copying
  • ef7053b cram/io/reader/container/block/compression_method: Use <[T]>::split_off_first
  • e1982b9 cram/io/reader/container/block: Return clone-on-write buffers from blocks dec...
  • 1537cd4 cram/io/reader/container/header: Reduce visibilities of readers
  • a944a0a fasta/repository: Reference count sequences in cache
  • 330190a Bump versions for noodles 0.105.0
  • a8ccda0 bcf/io/reader: Remove unnecessary import from example
  • ee1dc0d cram/file_definition: Return an array reference from FileDefinition::file_id
  • Additional commits viewable in compare view

Updates noodles-core from 0.15.0 to 0.19.0

Commits
  • 330190a Bump versions for noodles 0.105.0
  • a8ccda0 bcf/io/reader: Remove unnecessary import from example
  • ee1dc0d cram/file_definition: Return an array reference from FileDefinition::file_id
  • 17d5ae9 cram/io/reader/header/tests: Use <[T]>::split_last_chunk
  • 398c63d bam/record/fields: Add read length getter
  • ae75ebc csi/io/reader/index/reference_sequences: Add reference sequence count reader
  • 31fc88a cram/codecs/aac/decode/stripe/tests: Add field reader tests
  • e355efb cram: Update to lzma-rust2 0.16.1
  • 94d142a cram/changelog: Add entry for index destination creation
  • 10facc1 cram/crai/io/writer: Change buffers to sinks in examples
  • Additional commits viewable in compare view

Updates md-5 from 0.10.6 to 0.11.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated project dependencies to latest available versions for improved stability and security.

…updates

Bumps the all-cargo-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.51.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [noodles-fasta](https://github.com/zaeleus/noodles) | `0.42.0` | `0.60.0` |
| [noodles-core](https://github.com/zaeleus/noodles) | `0.15.0` | `0.19.0` |
| [md-5](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` |



Updates `tokio` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

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

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

Updates `md-5` from 0.10.6 to 0.11.0
- [Commits](RustCrypto/hashes@md-5-v0.10.6...md2-v0.11.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-deps
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-deps
- dependency-name: noodles-fasta
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-deps
- dependency-name: noodles-core
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-deps
- dependency-name: md-5
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 7, 2026
@dependabot dependabot bot requested a review from nh13 as a code owner April 7, 2026 09:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 7, 2026
@nh13
Copy link
Copy Markdown
Contributor

nh13 commented Apr 8, 2026

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

📝 Walkthrough

Walkthrough

Dependency versions updated in Cargo.toml: sha2 (0.10→0.11), noodles-fasta (0.42→0.60), noodles-core (0.15→0.19), and md-5 (0.10→0.11). No public APIs altered.

Changes

Cohort / File(s) Summary
Dependency Updates
Cargo.toml
Updated four dependencies to newer versions: sha2, noodles-fasta, noodles-core, and md-5. Each dependency incremented to the next available minor or patch version.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A hoppy update, so clean and bright,
Dependency bumps done just right,
Sha2 and noodles leap ahead,
Fresh versions fill our Cargo bread!
Dependencies dance in perfect tune,

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: dependency version bumps across the Cargo.toml file using Dependabot's conventional naming convention.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/cargo/all-cargo-deps-ec238cb667

Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 14, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 14, 2026
@dependabot dependabot bot deleted the dependabot/cargo/all-cargo-deps-ec238cb667 branch April 14, 2026 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant