mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
Upgrade most example dependencies (#2936)
This commit is contained in:
@@ -8,7 +8,7 @@ publish = false
|
||||
axum = { path = "../../axum", features = ["macros"] }
|
||||
bb8 = "0.8"
|
||||
diesel = "2"
|
||||
diesel-async = { version = "0.3", features = ["postgres", "bb8"] }
|
||||
diesel-async = { version = "0.5", features = ["postgres", "bb8"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tracing = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user