Skip to content

Bump keccak from 0.1.4 to 0.1.6 in /arbitrator/stylus/tests/math#5

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/arbitrator/stylus/tests/math/keccak-0.1.6
Open

Bump keccak from 0.1.4 to 0.1.6 in /arbitrator/stylus/tests/math#5
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/arbitrator/stylus/tests/math/keccak-0.1.6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 22, 2026

Bumps keccak from 0.1.4 to 0.1.6.

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.1.4 to 0.1.6.
- [Commits](RustCrypto/sponges@keccak/v0.1.4...keccak-v0.1.6)

---
updated-dependencies:
- dependency-name: keccak
  dependency-version: 0.1.6
  dependency-type: indirect
...

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 Mar 22, 2026
Copy link
Copy Markdown

@renlulu renlulu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review findings

[P1] Lockfile v4 drops declared Cargo/MSRV compatibility

The PR changes arbitrator/stylus/tests/math/Cargo.lock from lockfile format version = 3 to version = 4. That makes Cargo 1.67.1 and 1.73.0 fail before dependency resolution, while this repo still declares arbitrator rust-version 1.67 and the checked-out Stylus SDK workspace declares 1.71.0. Base parses with those older Cargo versions; this branch does not.

Please regenerate the lockfile with an MSRV-compatible Cargo, or explicitly raise the supported Rust/Cargo floor for this workspace. The keccak bump itself looked low risk under newer Cargo.

Validation run: Cargo metadata/checks across 1.67.1, 1.73.0, 1.80.1, and nightly; base/head comparison confirmed the lockfile-format regression is PR-introduced.

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