Skip to content

Commit b9edd16

Browse files
Bump rusqlite from 0.38.0 to 0.39.0 in /src-tauri
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.38.0 to 0.39.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.38.0...v0.39.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e5b0c4 commit b9edd16

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dirs = "6"
3838
walkdir = "2"
3939

4040
# SQLite
41-
rusqlite = { version = "0.38", features = ["bundled"] }
41+
rusqlite = { version = "0.39", features = ["bundled"] }
4242

4343
# Docker
4444
bollard = "0.18"

0 commit comments

Comments
 (0)