Skip to content

Commit

Permalink
Bump sqlite-hashes from 0.7.6 to 0.7.8
Browse files Browse the repository at this point in the history
Bumps [sqlite-hashes](https://github.com/nyurik/sqlite-hashes) from 0.7.6 to 0.7.8.
- [Release notes](https://github.com/nyurik/sqlite-hashes/releases)
- [Commits](nyurik/sqlite-hashes@v0.7.6...v0.7.8)

---
updated-dependencies:
- dependency-name: sqlite-hashes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent b12c306 commit da3fca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/utiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rusqlite = { workspace = true, features = ["bundled", "blob", "backup", "functio
serde.workspace = true
serde_json = { workspace = true, features = ["preserve_order"] }
size.workspace = true
sqlite-hashes = { version = "0.7.6", default-features = false, features = ["hex", "window", "md5", "fnv", "xxhash"] }
sqlite-hashes = { version = "0.7.8", default-features = false, features = ["hex", "window", "md5", "fnv", "xxhash"] }
strum.workspace = true
strum_macros.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit da3fca3

Please sign in to comment.