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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
# even when SQLite isn't the intended test target, and fail if the build environment is not set up for compiling C code.
[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies]
# Enable testing with SQLCipher if specifically requested.
libsqlite3-sys = { version = "0.27", features = ["bundled-sqlcipher"] }
libsqlite3-sys = { version = "0.28", features = ["bundled-sqlcipher"] }
#
# Any

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",