Skip to content

Commit 90084b1

Browse files
Bump rusqlite from 0.32.1 to 0.40.1 in /lib
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.40.1. - [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.40.1) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c45aec commit 90084b1

2 files changed

Lines changed: 34 additions & 29 deletions

File tree

lib/Cargo.lock

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

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dashmap = "6"
3535
# the build/runtime machine — required for a portable Electron addon, since
3636
# we can't assume any particular system SQLite version (or its presence at
3737
# all) on a user's machine.
38-
rusqlite = { version = "0.32", features = ["bundled"] }
38+
rusqlite = { version = "0.40", features = ["bundled"] }
3939

4040
[build-dependencies]
4141
napi-build = "2"

0 commit comments

Comments
 (0)