mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00
Update libsqlite3-sys (#1763)
This commit is contained in:
parent
e1817f0a9d
commit
d3093d0b70
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1267,9 +1267,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libsqlite3-sys"
|
name = "libsqlite3-sys"
|
||||||
version = "0.23.2"
|
version = "0.24.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
checksum = "cb644c388dfaefa18035c12614156d285364769e818893da0dda9030c80ad2ba"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
|
@ -132,7 +132,7 @@ itoa = "1.0.1"
|
|||||||
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
|
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
|
||||||
mac_address = { version = "1.1.2", default-features = false, optional = true }
|
mac_address = { version = "1.1.2", default-features = false, optional = true }
|
||||||
libc = "0.2.112"
|
libc = "0.2.112"
|
||||||
libsqlite3-sys = { version = "0.23.2", optional = true, default-features = false, features = [
|
libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"vcpkg",
|
"vcpkg",
|
||||||
"bundled",
|
"bundled",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user