Skip to content

Commit

Permalink
Bump libsqlite3-sys from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: libsqlite3-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and smoelius committed Apr 1, 2024
1 parent dff643e commit 2d88aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ libc = { version = "0.2", optional = true }
rlimit = { version = "0.10", optional = true }

[target.'cfg(windows)'.dependencies]
libsqlite3-sys = { version = "0.27", features = ["bundled"] }
libsqlite3-sys = { version = "0.28", features = ["bundled"] }
windows-sys = { version = "0.52", features = [
"Win32_Storage_FileSystem",
"Win32_Foundation",
Expand Down

0 comments on commit 2d88aa4

Please # to comment.