examples: Update to diesel-async 0.9 (#3759)

This commit is contained in:
tottoto
2026-05-15 16:14:10 +02:00
committed by GitHub
parent 5bc0046084
commit 7a37cdd00a
2 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { path = "../../axum", features = ["macros"] }
diesel = "~2.3"
diesel-async = { version = "0.8", features = ["postgres", "bb8", "migrations"] }
diesel-async = { version = "0.9", features = ["postgres", "bb8", "migrations"] }
diesel_migrations = "~2.3"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }