examples: Update to diesel-async 0.8 (#3694)

This commit is contained in:
tottoto
2026-03-23 10:01:27 +01:00
committed by GitHub
parent 907ba35b5b
commit a3446d68bc
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { path = "../../axum", features = ["macros"] }
diesel = "~2.3"
diesel-async = { version = "0.7", features = ["postgres", "bb8", "migrations"] }
diesel-async = { version = "0.8", features = ["postgres", "bb8", "migrations"] }
diesel_migrations = "~2.3"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }