diff --git a/Cargo.lock b/Cargo.lock index d3ea1cdec4..22edf67b63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,9 +1267,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libsqlite3-sys" -version = "0.23.2" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58" +checksum = "cb644c388dfaefa18035c12614156d285364769e818893da0dda9030c80ad2ba" dependencies = [ "cc", "pkg-config", diff --git a/sqlx-core/Cargo.toml b/sqlx-core/Cargo.toml index 1e06eb4b33..e349023850 100644 --- a/sqlx-core/Cargo.toml +++ b/sqlx-core/Cargo.toml @@ -132,7 +132,7 @@ itoa = "1.0.1" ipnetwork = { version = "0.17.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.23.2", optional = true, default-features = false, features = [ +libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [ "pkg-config", "vcpkg", "bundled",