Skip to content

Commit 3109c58

Browse files
Merge pull request #34 from ryanfowler/dependabot/cargo/rusqlite-0.38.0
Update rusqlite requirement from 0.37.0 to 0.38.0
2 parents 6372e24 + 0309068 commit 3109c58

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
@@ -45,7 +45,7 @@ window = ["rusqlite/window"]
4545
crossbeam-channel = { version = "0.5" }
4646
futures-channel = { version = "0.3" }
4747
futures-util = { version = "0.3" }
48-
rusqlite = { version = "0.37.0" }
48+
rusqlite = { version = "0.38.0" }
4949

5050
[dev-dependencies]
5151
async-std = { version = "1.12.0" }

0 commit comments

Comments
 (0)