Skip to content

Commit 350f5e5

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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]

0 commit comments

Comments
 (0)