Skip to content

Commit 2d91186

Browse files
Bump rusqlite from 0.32.1 to 0.34.0
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.32.1 to 0.34.0. - [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.34.0) --- updated-dependencies: - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d29e1f commit 2d91186

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ x25519-dalek = { version = "2.0.0-rc.3", default-features = false, features = ["
8181
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }
8282

8383
# `database-sqlite` feature
84-
rusqlite = { version = "0.32.1", optional = true, default-features = false, features = ["bundled"] }
84+
rusqlite = { version = "0.34.0", optional = true, default-features = false, features = ["bundled"] }
8585

8686
# `std` feature
8787
# Add here the crates that cannot function without the help of the operating system or environment.

0 commit comments

Comments
 (0)