This commit is contained in:
David Pedersen
2023-06-22 23:20:46 +02:00
committed by GitHub
parent 8374c3e789
commit b7665b209a
+1 -1
View File
@@ -9,7 +9,7 @@ axum = { path = "../../axum" }
axum-macros = { path = "../../axum-macros" }
bb8 = "0.8"
diesel = "2"
diesel-async = { version = "0.2", features = ["postgres", "bb8"] }
diesel-async = { version = "0.3", features = ["postgres", "bb8"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.0", features = ["full"] }