Skip to content

Commit 2e6484e

Browse files
Update rusqlite requirement from 0.32.0 to 0.33.0
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d782b5e commit 2e6484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ window = ["rusqlite/window"]
4545
crossbeam-channel = { version = "0.5.9" }
4646
futures-channel = { version = "0.3.29" }
4747
futures-util = { version = "0.3.29" }
48-
rusqlite = { version = "0.32.0" }
48+
rusqlite = { version = "0.33.0" }
4949

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

0 commit comments

Comments
 (0)