Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jan 20, 2025
1 parent 209e6a8 commit d49b859
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 88 deletions.
129 changes: 57 additions & 72 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "sqlite-hashes"
version = "0.7.8" # This value is also used in the README.md
version = "0.7.9" # This value is also used in the README.md
description = "Hashing functions for SQLite with aggregation support: MD5, SHA1, SHA256, SHA512, FNV-1a, xxHash"
authors = ["Yuri Astrakhan <[email protected]>"]
repository = "https://github.com/nyurik/sqlite-hashes"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["sqlite", "rusqlite", "hash", "md5", "sha256"]
categories = ["database", "cryptography"]
rust-version = "1.77.2"
rust-version = "1.82"

[lib]
name = "sqlite_hashes"
Expand Down
Loading

0 comments on commit d49b859

Please sign in to comment.