Skip to content

Bump keccak from 0.1.4 to 0.1.6 in /TicTacToe#830

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/TicTacToe/keccak-0.1.6
Open

Bump keccak from 0.1.4 to 0.1.6 in /TicTacToe#830
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/TicTacToe/keccak-0.1.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 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 Feb 20, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 20, 2026 11:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 20, 2026
@vercel
Copy link

vercel bot commented Feb 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sway-applications Error Error Feb 20, 2026 11:05am

Request Review

@cursor
Copy link

cursor bot commented Feb 20, 2026

PR Summary

Low Risk
Lockfile-only dependency update; risk is limited to potential behavioral/performance changes in keccak affecting hashing outputs or compatibility, but no application code changes are included.

Overview
Updates TicTacToe/Cargo.lock to Cargo lockfile v4 and bumps the keccak crate from 0.1.4 to 0.1.6 (checksum updated accordingly), affecting transitive consumers like sha3.

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

Copy link

@cursor cursor bot left a comment

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

Choose a reason for hiding this comment

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

Unintended Cargo.lock format version bump to v4

Low Severity

The Cargo.lock format version was changed from 3 to 4 as an unintended side effect of this dependency bump. Cargo.lock v4 causes a hard parse failure on Rust versions older than 1.78 ("this version of Cargo does not understand this lock file"). While the project's CI uses Rust 1.78.0, which does support v4, this format change is outside the scope of a keccak version bump and may break builds for contributors or tooling on older Rust versions.

Fix in Cursor Fix in Web

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.

0 participants