Skip to content

Commit

Permalink
build(deps): bump rusqlite from 0.32.1 to 0.33.0 (#47)
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.33.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.33.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 64ef2ba commit 7bb25bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 54 deletions.
68 changes: 15 additions & 53 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 @@ -18,7 +18,7 @@ tree-sitter-rust = "0.23"
streaming-iterator = "0.1"
walkdir = "2.5.0"
rayon = "1.10.0"
rusqlite = { version = "0.32.1", features = ["bundled"] }
rusqlite = { version = "0.33.0", features = ["bundled"] }
lazy_static = "1.5.0"
clap = { version = "4.5.26", features = ["derive"] }
regex = "1.11.1"
Expand Down

0 comments on commit 7bb25bc

Please sign in to comment.