Skip to content

chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /src-tauri in the dependencies-major group#249

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/dependencies-major-f34648a8fe
Closed

chore(deps): bump sha2 from 0.10.9 to 0.11.0 in /src-tauri in the dependencies-major group#249
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/dependencies-major-f34648a8fe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies-major group in /src-tauri with 1 update: sha2.

Updates sha2 from 0.10.9 to 0.11.0

Commits

Dependabot compatibility score

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

Bumps the dependencies-major group in /src-tauri with 1 update: [sha2](https://github.com/RustCrypto/hashes).


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

---
updated-dependencies:
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-major
...

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 Jun 23, 2026
@quiet-node

Copy link
Copy Markdown
Owner

Holding this one. sha2 0.11.0 is a breaking part of the RustCrypto digest 0.11 API change and won't compile against our code:

  • Sha256: std::io::Write is no longer satisfied → breaks io::copy(&mut file, &mut hasher) in the model-download verify path (src-tauri/src/models/storage.rs).
  • the finalize() output is now hybrid_array::Array, which doesn't impl LowerHex → breaks format!("{:x}", …) at storage.rs:343, storage.rs:168, and download.rs:457.

Migrating would mean adding a hex-encode dependency and reworking the hashing around digest 0.11's gated Write impl, inside the security-sensitive download integrity-check path: real risk for zero functional gain (0.10.9 carries no advisory and nothing in the tree requires 0.11). Closing rather than carrying a permanently-red PR; Dependabot will re-propose if a genuine sha2 advisory ever lands.

@quiet-node quiet-node closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/cargo/src-tauri/dependencies-major-f34648a8fe branch June 24, 2026 04:51
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