Update to latest sqlx in example (#2099)

This commit is contained in:
David Pedersen
2023-07-17 09:38:08 +02:00
parent e881bf0aec
commit 2d4bd9e853
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "any", "postgres"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
sqlx = { version = "0.5.10", features = ["runtime-tokio-rustls", "any", "postgres"] }