Skip to content

Commit

Permalink
upgrade rusqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Nov 28, 2023
1 parent 55baa98 commit e709e5b
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 25 deletions.
77 changes: 53 additions & 24 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 @@ -68,7 +68,7 @@ zip = {version = "0.6.2", default-features = false, features = ["bzip2"]}
bzip2 = "0.4.4"
getrandom = "0.2.1"
itertools = { version = "0.12.0", optional = true}
rusqlite = { version = "0.29.0", features = ["bundled"] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
moka = { version ="0.12.0", default-features = false, features = ["sync"]}
hex = "0.4.3"

Expand Down

0 comments on commit e709e5b

Please sign in to comment.