Skip to content

Commit

Permalink
Bump rusqlite from 0.32.1 to 0.34.0
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.34.0.
- [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.34.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent 69d9915 commit 8ab01d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 31 deletions.
39 changes: 9 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ flate2 = "1"
google-cloud-storage = { version = "0.24.0", default-features = false, features = ["rustls-tls", "auth"], optional = true }
log = "^0.4.17"
ring = { version = "0.17", optional = true }
rusqlite = { version = "0.32"}
rusqlite = { version = "0.34"}
serde_json = "^1.0"
serde = { version = "^1.0.147", features = ["derive"] }
strum = "0.27"
Expand Down

0 comments on commit 8ab01d5

Please sign in to comment.