mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Update libsqlite3-sys to 0.25.1 (#2094)
This commit is contained in:
parent
d00a543613
commit
d23be3bfa8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1546,9 +1546,9 @@ checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
|
|||
|
||||
[[package]]
|
||||
name = "libsqlite3-sys"
|
||||
version = "0.24.2"
|
||||
version = "0.25.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
||||
checksum = "9f0455f2c1bc9a7caa792907026e469c1d91761fb0ea37cbb16427c77280cf35"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
|
|
|
@ -135,7 +135,7 @@ itoa = "1.0.1"
|
|||
ipnetwork = { version = "0.19.0", default-features = false, optional = true }
|
||||
mac_address = { version = "1.1.2", default-features = false, optional = true }
|
||||
libc = "0.2.112"
|
||||
libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [
|
||||
libsqlite3-sys = { version = "0.25.1", optional = true, default-features = false, features = [
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
"bundled",
|
||||
|
|
Loading…
Reference in a new issue