Update sqlx to enable statement cache

This commit is contained in:
link2xt
2021-04-07 00:36:36 +03:00
committed by link2xt
parent 6bb5721f29
commit 720135a915
3 changed files with 5 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ async-std-resolver = "0.19.5"
async-tar = "0.3.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
rust-hsluv = "0.1.4"
sqlx = { git = "https://github.com/dignifiedquire/sqlx", branch = "fix-pool-time-out", features = ["runtime-async-std-native-tls", "sqlite"] }
sqlx = { git = "https://github.com/link2xt/sqlx", branch = "sqlite3-reset-fetch_many", features = ["runtime-async-std-native-tls", "sqlite"] }
# keep in sync with sqlx
libsqlite3-sys = { version = "0.20.1", default-features = false, features = [ "pkg-config", "vcpkg", "bundled" ] }