Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Nov 27, 2023
1 parent 20cb6f3 commit edbfb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ publish = false
axum = { path = "../../axum" }
http-body-util = "0.1.0"
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1", features = ["client", "http1", "client-legacy"] }
mime = "0.3"
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
hyper-util = { version = "0.1", features = ["client", "http1", "client-legacy"] }

[dev-dependencies]
tower = { version = "0.4", features = ["util"] }

0 comments on commit edbfb93

Please sign in to comment.