Skip to content

Commit

Permalink
build(deps): bump rusqlite from 0.29.0 to 0.30.0
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.29.0...v0.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gc-victor committed Nov 13, 2023
1 parent e676b79 commit 41cd25a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hyper = { version = "0.14", features = ["full"] }
jsonwebtoken = "9.1"
rbase64 = "2.0"
regex = "1.10"
rusqlite = { version = "0.29", features = [
rusqlite = { version = "0.30", features = [
"bundled",
"backup",
"limits",
Expand Down

0 comments on commit 41cd25a

Please sign in to comment.