Skip to content

Commit

Permalink
build(deps): bump rusqlite from 0.30.0 to 0.31.0
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.30.0 to 0.31.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2024
1 parent 522ca72 commit 6026d25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 @@ -40,4 +40,4 @@ serde_json = "1.0.113"
mwp-scraper = { path="./mwp-scraper" }
mwp-content = { path="./mwp-content" }
mwp-search = { path="./mwp-search" }
rusqlite = { version = "0.30.0", features = ["time", "url", "bundled"]}
rusqlite = { version = "0.31.0", features = ["time", "url", "bundled"]}
2 changes: 1 addition & 1 deletion mwp-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maud = { version = "0.26.0", features = ["actix-web"] }
serde = "1.0.196"
serde_json = "1.0.113"
tantivy = "0.21.1"
rusqlite = { version = "0.30.0", features = ["time", "url"]}
rusqlite = { version = "0.31.0", features = ["time", "url"]}

mwp-content = { path="../mwp-content" }
mwp-search = { path="../mwp-search" }
Expand Down

0 comments on commit 6026d25

Please sign in to comment.