Skip to content

Commit edc7b03

Browse files
chore(deps): update rusqlite requirement from 0.36.0 to 0.37.0 (#284)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca60455 commit edc7b03

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
@@ -87,7 +87,7 @@ _bundled = ["duckdb/bundled", "rusqlite/bundled"]
8787
[dev-dependencies]
8888
tokio = { version = "1.19", features = ["rt-multi-thread", "net", "macros", "time"]}
8989
rustls-pki-types = { version = "1.10" }
90-
rusqlite = { version = "0.36.0", features = ["column_decltype"] }
90+
rusqlite = { version = "0.37.0", features = ["column_decltype"] }
9191
## for duckdb example
9292
duckdb = { version = "1.0.0" }
9393
arrow-pg = "0.*"

0 commit comments

Comments
 (0)