File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,13 +193,13 @@ rand_xoshiro = "0.6.0"
193
193
hex = " 0.4.3"
194
194
tempfile = " 3.10.1"
195
195
criterion = { version = " 0.5.1" , features = [" async_tokio" ] }
196
- libsqlite3-sys = { version = " 0.30.1 " }
196
+ libsqlite3-sys = { version = " 0.34.0 " }
197
197
198
198
# If this is an unconditional dev-dependency then Cargo will *always* try to build `libsqlite3-sys`,
199
199
# even when SQLite isn't the intended test target, and fail if the build environment is not set up for compiling C code.
200
200
[target .'cfg(sqlite_test_sqlcipher)' .dev-dependencies ]
201
201
# 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" ] }
203
203
204
204
# Common lint settings for the workspace
205
205
[workspace .lints .clippy ]
You can’t perform that action at this time.
0 commit comments