Skip to content

Commit

Permalink
Bump twox-hash from 1.6.3 to 2.1.0 (#72)
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.1.0.
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v1.6.3...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2024
1 parent d11e4c8 commit 9f5ab55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ time = "0.3.1" # mysql_common needs this through chrono
byteorder = "1.2.4" # mysql_common needs this
rand = "0.3.14" # otherwise libc + winapi won't build
async-trait = "0.1.9" # via tokio-postgtes via postgres
twox-hash = "1.2.0" # via mysql
twox-hash = "2.1.0" # via mysql
mysql_common = "0.30.6" # via mysql
bufstream = "0.1.3" # via mysql
bindgen = "0.58.1" # via mysql
Expand Down

0 comments on commit 9f5ab55

Please sign in to comment.