Skip to content

Commit

Permalink
Bump twox-hash from 1.6.3 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.0.0.
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v1.6.3...v2.0.0)

---
updated-dependencies:
- dependency-name: twox-hash
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 0487cab commit e9ffd9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
42 changes: 2 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion subhasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ blake2-rfc = { version = "0.2", default-features = false }
byteorder = { version = "1.5", default-features = false }
sha2 = { version = "0.10", default-features = false }
tiny-keccak = { version = "2.0", features = ["keccak"] }
twox-hash = { version = "1.6", default-features = false }
twox-hash = { version = "2.0", default-features = false }

0 comments on commit e9ffd9b

Please sign in to comment.