Use patched version of sqlx

This commit is contained in:
Zertex 2023-05-26 13:02:07 -04:00
parent 0d5e592ea4
commit bb7b7a57e3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ bigdecimal = "0.3.1"
num-bigint = "0.4.3" num-bigint = "0.4.3"
lazy_static = "1.4.0" lazy_static = "1.4.0"
poem = { version = "1.3.55", optional = true } poem = { version = "1.3.55", optional = true }
sqlx = { version = "0.6.3", features = ["mysql", "sqlite", "json", "chrono", "ipnetwork", "runtime-tokio-native-tls", "any"], optional = true } sqlx = { git = "https://github.com/zert3x/sqlx", branch="feature/skip", features = ["mysql", "sqlite", "json", "chrono", "ipnetwork", "runtime-tokio-native-tls", "any"], optional = true }
thiserror = "1.0.40" thiserror = "1.0.40"
jsonwebtoken = "8.3.0" jsonwebtoken = "8.3.0"