Skip to content

Commit

Permalink
Bump libsqlite3-sys from 0.29.0 to 0.30.1
Browse files Browse the repository at this point in the history
Bumps [libsqlite3-sys](https://github.com/rusqlite/rusqlite) from 0.29.0 to 0.30.1.
- [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)

---
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 Aug 26, 2024
1 parent 8d97313 commit 121fc7a
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 @@ -42,7 +42,7 @@ libc = { version = "0.2", optional = true }
rlimit = { version = "0.10", optional = true }

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

0 comments on commit 121fc7a

Please sign in to comment.