Skip to content

Commit 8299687

Browse files
authored
bump libsqlite3-sys to 0.23.1 (#1535)
1 parent a304161 commit 8299687

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
@@ -129,7 +129,7 @@ itoa = "0.4.5"
129129
ipnetwork = { version = "0.17.0", default-features = false, optional = true }
130130
mac_address = { version = "1.1", default-features = false, optional = true }
131131
libc = "0.2.71"
132-
libsqlite3-sys = { version = "0.22.0", optional = true, default-features = false, features = [
132+
libsqlite3-sys = { version = "0.23.1", optional = true, default-features = false, features = [
133133
"pkg-config",
134134
"vcpkg",
135135
"bundled",

0 commit comments

Comments
 (0)