Skip to content

Commit a4539a2

Browse files
Update rusqlite requirement from 0.36.0 to 0.37.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.36.0...v0.37.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.37.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d6f7ab commit a4539a2

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.36.0" }
48+
rusqlite = { version = "0.37.0" }
4949

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

0 commit comments

Comments
 (0)