Skip to content

Commit

Permalink
Update rusqlite requirement from 0.31 to 0.32
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 1add60d commit 098b790
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 @@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/serde_rusqlite"
maintenance = { status = "passively-maintained" }

[dependencies]
rusqlite = "0.31"
rusqlite = "0.32"
serde = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 098b790

Please sign in to comment.