Skip to content

Commit e709e5b

Browse files
committed
upgrade rusqlite
1 parent 55baa98 commit e709e5b

File tree

2 files changed

+54
-25
lines changed

2 files changed

+54
-25
lines changed

Cargo.lock

Lines changed: 53 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ zip = {version = "0.6.2", default-features = false, features = ["bzip2"]}
6868
bzip2 = "0.4.4"
6969
getrandom = "0.2.1"
7070
itertools = { version = "0.12.0", optional = true}
71-
rusqlite = { version = "0.29.0", features = ["bundled"] }
71+
rusqlite = { version = "0.30.0", features = ["bundled"] }
7272
moka = { version ="0.12.0", default-features = false, features = ["sync"]}
7373
hex = "0.4.3"
7474

0 commit comments

Comments
 (0)