Skip to content

chore(deps): bump keccak from 0.1.5 to 0.1.6 in /docs/guides/examples/counter-dapp/counter-contract#888

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/docs/guides/examples/counter-dapp/counter-contract/keccak-0.1.6
Closed

chore(deps): bump keccak from 0.1.5 to 0.1.6 in /docs/guides/examples/counter-dapp/counter-contract#888
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/docs/guides/examples/counter-dapp/counter-contract/keccak-0.1.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 20, 2026

Copy link
Copy Markdown

Bumps keccak from 0.1.5 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.5 to 0.1.6.
- [Commits](RustCrypto/sponges@keccak-v0.1.5...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 Feb 20, 2026
@cursor

cursor Bot commented Feb 20, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Lockfile-only dependency bump in a docs example; no source changes or behavioral logic modifications in this PR.

Overview
Updates the counter-dapp/counter-contract example’s Cargo.lock to lock keccak to 0.1.6 (from 0.1.5) and regenerates the lockfile format version field (v3→v4), updating checksums accordingly.

Written by Cursor Bugbot for commit bd67829. This will update automatically on new commits. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unintended Cargo.lock version bump from 3 to 4

Low Severity

The Cargo.lock format version changed from 3 to 4, which is unrelated to the intended keccak bump. This appears to be a side effect of Dependabot regenerating the lockfile with a newer Cargo. Lockfile v4 requires Rust 1.78+ to parse, so contributors or environments using older toolchains would fail to resolve dependencies. Since the project doesn't specify an MSRV, this silently raises the minimum Rust version requirement.

Fix in Cursor Fix in Web

@dependabot @github

dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/docs/guides/examples/counter-dapp/counter-contract/keccak-0.1.6 branch March 2, 2026 02:11
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