Skip to content

Commit 352b02d

Browse files
authored
Bump libsqlite3-sys to v0.28 (#3148)
This includes SQLite v3.45(.1), which includes new JSONB functionality.
1 parent 02c68a4 commit 352b02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ criterion = { version = "0.5.1", features = ["async_tokio"] }
183183
# even when SQLite isn't the intended test target, and fail if the build environment is not set up for compiling C code.
184184
[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies]
185185
# Enable testing with SQLCipher if specifically requested.
186-
libsqlite3-sys = { version = "0.27", features = ["bundled-sqlcipher"] }
186+
libsqlite3-sys = { version = "0.28", features = ["bundled-sqlcipher"] }
187187

188188
#
189189
# Any

sqlx-sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ regex = { version = "1.5.5", optional = true }
4646
urlencoding = "2.1.3"
4747

4848
[dependencies.libsqlite3-sys]
49-
version = "0.27.0"
49+
version = "0.28.0"
5050
default-features = false
5151
features = [
5252
"pkg-config",

0 commit comments

Comments
 (0)