Skip to content

chore(deps): bump sha2 from 0.10.9 to 0.11.0 in the rust-deps group - #1321

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-deps-f34648a8fe
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-deps group 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 rust-deps group 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: rust-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 Aug 19, 2026
@winnowl

winnowl Bot commented Aug 19, 2026

Copy link
Copy Markdown

CI failure root-cause analysis

Both jobs fail while running the same workspace-wide Rust test command, but the normalized diagnostics contain no compiler error, test failure, or changed-file information. The root cause cannot be determined from the available evidence.

Verifiable fix

Collect the complete cargo test --workspace --no-fail-fast output, including the first compiler or test error and its file/line location. Then address that reported error and rerun the same command on both target platforms.

Same root cause: 96034258386, 96034258474

Incremental value: root cause, grouped same-root-cause failures, verifiable fix; confidence 99%. Passing CI ≠ absence of defects (§29.4).

@lollipopkit

Copy link
Copy Markdown
Owner

Superseded by #1323, which carries the same bump plus the call site it broke: Sha256::digest returns a hybrid_array::Array under digest 0.11, and that type has no LowerHex, so format!("{:x}", ..) in watch_token_hash stopped compiling. Replaced with hex::encode, which writes the same lowercase hex the stored watch_tokens rows hold.

@lollipopkit
lollipopkit deleted the dependabot/cargo/rust-deps-f34648a8fe branch August 19, 2026 15:28
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 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

lollipopkit added a commit that referenced this pull request Aug 19, 2026
…own (#1323)

* chore(deps): sha2 0.11, whose digest no longer formats as hex on its own

`Sha256::digest` returns a `hybrid_array::Array` under digest 0.11, and that
type has no `LowerHex` — so `format!("{:x}", ..)` in `watch_token_hash` stopped
compiling, which is why dependabot's own bump failed to build.

`hex::encode` writes the same lowercase hex those rows already hold, so the
`watch_tokens` records written by a running agent stay valid across the upgrade.

Supersedes #1321, which moved the version and left the call site.

* test(monitor): seed the watch token row with a hash this crate did not produce

The test hashed the token through `watch_token_hash` on both sides, so it
agreed with itself whatever the encoding became — which is exactly what this
branch changes. An agent's `watch_tokens` rows outlive the build that wrote
them, and a changed encoding invalidates every paired watch with no error.

Seeded with the published SHA-256 of `abc` instead.
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