Skip to content

Commit b479c80

Browse files
committed
feat: update libsqlite3-sys to 0.34.0 (#3921)
1 parent 97de034 commit b479c80

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
@@ -193,13 +193,13 @@ rand_xoshiro = "0.6.0"
193193
hex = "0.4.3"
194194
tempfile = "3.10.1"
195195
criterion = { version = "0.5.1", features = ["async_tokio"] }
196-
libsqlite3-sys = { version = "0.30.1" }
196+
libsqlite3-sys = { version = "0.34.0" }
197197

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

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

sqlx-sqlite/Cargo.toml

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

6161
[dependencies.libsqlite3-sys]
62-
version = "0.30.1"
62+
version = "0.34.0"
6363
default-features = false
6464
features = [
6565
"pkg-config",

0 commit comments

Comments
 (0)