Skip to content

Commit 87e34cb

Browse files
Bump libsqlite3-sys from 0.30.1 to 0.31.0
Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.30.1 to 0.31.0. - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](https://github.com/rusqlite/rusqlite/commits/v0.31.0) --- updated-dependencies: - dependency-name: libsqlite3-sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b26f2a commit 87e34cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

lib/bencher_schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sentry = { version = "0.36", optional = true, default-features = false, features
6363
# https://github.com/tauri-apps/tauri/discussions/6183
6464
# Always needed for Windows and all other targets when building a distroless image
6565
[dependencies.libsqlite3-sys]
66-
version = ">=0.17.2, <0.31.0"
66+
version = ">=0.17.2, <0.32.0"
6767
features = ["bundled"]
6868

6969
[lints]

services/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sentry = { version = "0.36", optional = true, default-features = false, features
5656
# https://github.com/tauri-apps/tauri/discussions/6183
5757
# Always needed for Windows and all other targets when building a distroless image
5858
[dependencies.libsqlite3-sys]
59-
version = ">=0.17.2, <0.31.0"
59+
version = ">=0.17.2, <0.32.0"
6060
features = ["bundled"]
6161

6262
[lints]

0 commit comments

Comments
 (0)