Skip to content

Commit 5e143e3

Browse files
Merge pull request #2 from ryanfowler/dependabot/cargo/rusqlite-0.30.0
Update rusqlite requirement from 0.29.0 to 0.30.0
2 parents 7ac4089 + 7e7e9bb commit 5e143e3

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 @@ crossbeam-channel = { version = "0.5.8" }
4343
futures-channel = { version = "0.3.28" }
4444
futures-util = { version = "0.3.28" }
4545
num_cpus = { version = "1.16.0" }
46-
rusqlite = { version = "0.29.0" }
46+
rusqlite = { version = "0.30.0" }
4747

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

0 commit comments

Comments
 (0)