Update to latest sqlx in example (#2099)

This commit is contained in:
David Pedersen
2023-07-16 13:49:53 +02:00
committed by GitHub
parent 4290955cf0
commit bb22802bfc
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "any", "postgres"] }
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "any", "postgres"] }