Skip to content

Commit ce585ee

Browse files
committed
feat: update libsqlite3-sys to 0.34.0 (#3921)
1 parent f7ef1ed commit ce585ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ rand_xoshiro = "0.6.0"
194194
hex = "0.4.3"
195195
tempfile = "3.10.1"
196196
criterion = { version = "0.5.1", features = ["async_tokio"] }
197-
libsqlite3-sys = { version = "0.30.1" }
197+
libsqlite3-sys = { version = "0.34.0" }
198198

199199
# If this is an unconditional dev-dependency then Cargo will *always* try to build `libsqlite3-sys`,
200200
# even when SQLite isn't the intended test target, and fail if the build environment is not set up for compiling C code.
201201
[target.'cfg(sqlite_test_sqlcipher)'.dev-dependencies]
202202
# Enable testing with SQLCipher if specifically requested.
203-
libsqlite3-sys = { version = "0.30.1", features = ["bundled-sqlcipher"] }
203+
libsqlite3-sys = { version = "0.34.0", features = ["bundled-sqlcipher"] }
204204

205205
# Common lint settings for the workspace
206206
[workspace.lints.clippy]

sqlx-sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ serde = { version = "1.0.145", features = ["derive"], optional = true }
6161
regex = { version = "1.5.5", optional = true }
6262

6363
[dependencies.libsqlite3-sys]
64-
version = "0.30.1"
64+
version = "0.34.0"
6565
default-features = false
6666
features = [
6767
"pkg-config",

0 commit comments

Comments
 (0)