Skip to content

Commit d23be3b

Browse files
penbergabonander
authored andcommitted
Update libsqlite3-sys to 0.25.1 (#2094)
1 parent d00a543 commit d23be3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

+1-1
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.1", optional = true, default-features = false, features = [
139139
"pkg-config",
140140
"vcpkg",
141141
"bundled",

0 commit comments

Comments
 (0)