Skip to content

Commit 1a5e7d6

Browse files
chore(deps): bump rusqlite from 0.31.0 to 0.39.0 (#138)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.31.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.31.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b187bc commit 1a5e7d6

2 files changed

Lines changed: 41 additions & 24 deletions

File tree

Cargo.lock

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

crates/mcpr-integrations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ colored = "3"
1919

2020
# SQLite with bundled feature — compiles SQLite from C source into the binary.
2121
# Zero system dependencies: no libsqlite3 required on the host.
22-
rusqlite = { version = "0.31", features = ["bundled"] }
22+
rusqlite = { version = "0.39", features = ["bundled"] }
2323

2424
# Platform-specific default paths (XDG on Linux, ~/Library on macOS, %APPDATA% on Windows).
2525
dirs = "6"

0 commit comments

Comments
 (0)