examples: Update to sqlx 0.9 (#3539)

This commit is contained in:
tottoto
2026-05-22 09:21:54 +02:00
committed by GitHub
parent 7eee934487
commit b99e25d01f
2 changed files with 368 additions and 321 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.8", features = ["runtime-tokio-rustls", "any", "postgres"] }
sqlx = { version = "0.9", features = ["runtime-tokio", "any", "postgres"] }