Skip to content

Commit 7f3c097

Browse files
Merge pull request #9 from ryanfowler/dependabot/cargo/rusqlite-0.31.0
Update rusqlite requirement from 0.30.0 to 0.31.0
2 parents 8e991d2 + 04d7986 commit 7f3c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ window = ["rusqlite/window"]
4343
crossbeam-channel = { version = "0.5.9" }
4444
futures-channel = { version = "0.3.29" }
4545
futures-util = { version = "0.3.29" }
46-
rusqlite = { version = "0.30.0" }
46+
rusqlite = { version = "0.31.0" }
4747

4848
[dev-dependencies]
4949
async-std = { version = "1.12.0" }

0 commit comments

Comments
 (0)