Skip to content

Commit

Permalink
build(deps): update rusqlite requirement from 0.31.0 to 0.32.0
Browse files Browse the repository at this point in the history
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.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and aljazerzen committed Jul 23, 2024
1 parent 6f030c5 commit 3831f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ version = "0.2" # this dep is bound to postgres's transitive dep
optional = true

[dependencies.rusqlite]
version = "0.31.0"
version = "0.32.0"
default-features = false
optional = true

Expand Down

0 comments on commit 3831f80

Please sign in to comment.