Skip to content

Commit

Permalink
Update rusqlite requirement from 0.30.0 to 0.31.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.30.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and schultetwin1 committed Feb 19, 2024
1 parent dfc5bf9 commit cabc07d
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 @@ -18,7 +18,7 @@ directories = "5.0.1"
thiserror = "1.0"

[dependencies.rusqlite]
version = "0.30.0"
version = "0.31.0"
features = ["bundled"]

[dev-dependencies]
Expand Down

0 comments on commit cabc07d

Please sign in to comment.