mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 15:17:18 +01:00
Fix CI (#2054)
This commit is contained in:
parent
8374c3e789
commit
b7665b209a
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||||
|
|
Loading…
Reference in a new issue