Skip to content

Commit ea2db6e

Browse files
committed
Bump libsqlite3-sys to v0.25.2
1 parent 2fdf85b commit ea2db6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ rand_xoshiro = "0.6.0"
148148
hex = "0.4.3"
149149
tempdir = "0.3.7"
150150
# Needed to test SQLCipher
151-
libsqlite3-sys = { version = "0.24", features = ["bundled-sqlcipher"] }
151+
libsqlite3-sys = { version = "0.25", features = ["bundled-sqlcipher"] }
152152

153153
#
154154
# Any

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ itoa = "1.0.1"
135135
ipnetwork = { version = "0.19.0", default-features = false, optional = true }
136136
mac_address = { version = "1.1.2", default-features = false, optional = true }
137137
libc = "0.2.112"
138-
libsqlite3-sys = { version = "0.24.1", optional = true, default-features = false, features = [
138+
libsqlite3-sys = { version = "0.25.2", optional = true, default-features = false, features = [
139139
"pkg-config",
140140
"vcpkg",
141141
"bundled",

0 commit comments

Comments
 (0)