Skip to content

Commit

Permalink
Update rusqlite requirement from 0.29.0 to 0.32.1
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.29.0...v0.32.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent b6a8b92 commit 6eeff7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-apis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ convert_case = "0.6.0"
env_logger = "0.11.6"
fnv = "1.0.7"
log = "0.4.17"
rusqlite = { version = "0.29.0", features = ["bundled"] }
rusqlite = { version = "0.32.1", features = ["bundled"] }
toml_edit = "0.21.0"

0 comments on commit 6eeff7b

Please sign in to comment.