Skip to content

Commit f2981b5

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 fee438b commit f2981b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

services/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tokio-rustls.workspace = true
6060
# https://github.com/tauri-apps/tauri/discussions/6183
6161
# Always needed for Windows and all other targets when building a distroless image
6262
[dependencies.libsqlite3-sys]
63-
version = ">=0.17.2, <0.31.0"
63+
version = ">=0.17.2, <0.32.0"
6464
features = ["bundled"]
6565

6666
[lints]

0 commit comments

Comments
 (0)