Skip to content

Commit 075741e

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 61da526 commit 075741e

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
@@ -64,7 +64,7 @@ sentry = { version = "0.36", optional = true, default-features = false, features
6464
# https://github.com/tauri-apps/tauri/discussions/6183
6565
# Always needed for Windows and all other targets when building a distroless image
6666
[dependencies.libsqlite3-sys]
67-
version = ">=0.17.2, <0.31.0"
67+
version = ">=0.17.2, <0.32.0"
6868
features = ["bundled"]
6969

7070
[lints]

services/api/Cargo.toml

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

6161
[lints]

0 commit comments

Comments
 (0)