Skip to content

Commit 6f72545

Browse files
chore(deps): bump rusqlite from 0.33.0 to 0.39.0 (#49)
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.33.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.33.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 5699c24 commit 6f72545

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ open = "5"
2828
dialoguer = "0.12"
2929
urlencoding = "2"
3030
url = "2"
31-
rusqlite = { version = "0.33", features = ["bundled"] }
31+
rusqlite = { version = "0.39", features = ["bundled"] }
3232
zip = { version = "2", default-features = false, features = ["deflate"] }
3333
aes = "0.8"
3434
cbc = "0.1"

0 commit comments

Comments
 (0)