Bump to libsqlite3-sys 0.26 (#2496)

This commit is contained in:
Mauro D
2023-05-12 00:43:52 +02:00
committed by GitHub
parent 8f4063c511
commit af0f04a108
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1343,9 +1343,9 @@ checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
[[package]]
name = "libsqlite3-sys"
version = "0.25.2"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
dependencies = [
"cc",
"pkg-config",

View File

@@ -178,7 +178,7 @@ tempdir = "0.3.7"
criterion = {version = "0.4", features = ["async_tokio"]}
# Needed to test SQLCipher
libsqlite3-sys = { version = "0.25.1", features = ["bundled-sqlcipher"] }
libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] }
#
# Any

View File

@@ -47,7 +47,7 @@ serde = { version = "1.0.145", features = ["derive"], optional = true }
regex = { version = "1.5.5", optional = true }
[dependencies.libsqlite3-sys]
version = "0.25.1"
version = "0.26.0"
default-features = false
features = [
"pkg-config",