Skip to content

Commit

Permalink
chore: update rusqlite dependency
Browse files Browse the repository at this point in the history
bump ahash dependency to 0.8.11: tkaitchuck/aHash#200
  • Loading branch information
goweiwen committed May 11, 2024
1 parent 5f50d0c commit 29d7ca0
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 37 deletions.
93 changes: 57 additions & 36 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
log = { version = "0.4.19", features = ["release_max_level_info"] }
nix = "0.23"
rusqlite = { version = "0.29.0", features = ["bundled"] }
rusqlite = { version = "0.31", features = ["bundled"] }
rusqlite_migration = "1.0.2"
rusttype = "0.9.3"
serde = { version = "1.0.163", features = ["derive"] }
Expand Down

0 comments on commit 29d7ca0

Please sign in to comment.