This commit is contained in:
David Pedersen 2023-06-22 23:20:46 +02:00 committed by GitHub
parent 8374c3e789
commit b7665b209a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ axum = { path = "../../axum" }
axum-macros = { path = "../../axum-macros" } axum-macros = { path = "../../axum-macros" }
bb8 = "0.8" bb8 = "0.8"
diesel = "2" 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 = { version = "1.0", features = ["derive"] }
serde_json = "1" serde_json = "1"
tokio = { version = "1.0", features = ["full"] } tokio = { version = "1.0", features = ["full"] }