reset sqlx features
This commit is contained in:
parent
a9d1daf397
commit
97474de07e
4 changed files with 3 additions and 20 deletions
|
@ -10,7 +10,7 @@ serde_json = "1.0.89"
|
|||
serde = "1.0.149"
|
||||
async-graphql = { version = "5.0.3", features = ["chrono"] }
|
||||
axum = "0.6.1"
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls", "postgres", "chrono" ] }
|
||||
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-native-tls", "postgres", "chrono" ] }
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
tower-http = { version = "0.3.5", features = ["cors"] }
|
||||
lazy_static = "1.4.0"
|
||||
|
|
|
@ -7,6 +7,6 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
lazy_static = "1.4.0"
|
||||
async_once = "0.2.6"
|
|
@ -11,7 +11,7 @@ tokio-tungstenite = { version = "0.18.0", features=["native-tls"] }
|
|||
serde = { version = "1.0.149", features = ["derive"] }
|
||||
serde_json = "1.0.89"
|
||||
tokio = { version = "1.23.0", features = ["macros"] }
|
||||
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
sqlx = { version = "0.6.2", default_features = false, features = [ "runtime-tokio-native-tls" , "postgres" ] }
|
||||
url = "2.3.1"
|
||||
futures-util = "0.3.25"
|
||||
futures = "0.3.25"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue