Skip to content

Commit be6c8f5

Browse files
Update rusqlite requirement from 0.33 to 0.34
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.33.0...v0.34.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 482c234 commit be6c8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exemplar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1616

1717
[dependencies]
1818
exemplar_proc_macro = { version = "0.7.1" }
19-
rusqlite = "0.33"
19+
rusqlite = "0.34"
2020

2121
[dev-dependencies]
2222
anyhow = "1.0.75"

0 commit comments

Comments
 (0)