mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-26 01:42:17 +00:00
Bump to libsqlite3-sys 0.26 (#2496)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user