Skip to content

Commit

Permalink
chore(deps): update rusqlite requirement from 0.32.1 to 0.33.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.32.1...v0.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 0c36b86 commit 1e3fdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ _bundled = ["duckdb/bundled", "rusqlite/bundled"]

[dev-dependencies]
tokio = { version = "1.19", features = ["rt-multi-thread", "net", "macros"]}
rusqlite = { version = "0.32.1", features = ["column_decltype"] }
rusqlite = { version = "0.33.0", features = ["column_decltype"] }
## for duckdb example
duckdb = { version = "1.0.0" }

Expand Down

0 comments on commit 1e3fdd3

Please sign in to comment.