Bump libsqlite3-sys to v0.28 (#3148)

This includes SQLite v3.45(.1), which includes new JSONB functionality.
This commit is contained in:
Cody Casterline
2024-03-30 15:59:51 -07:00
committed by GitHub
parent 02c68a46c7
commit 352b02de6a
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ regex = { version = "1.5.5", optional = true }
urlencoding = "2.1.3"
[dependencies.libsqlite3-sys]
version = "0.27.0"
version = "0.28.0"
default-features = false
features = [
"pkg-config",