Skip to content

Commit

Permalink
dependencies style
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Oct 25, 2024
1 parent fb537f0 commit 882dddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/server-fixture/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ name = "tlsn-server-fixture"
path = "src/main.rs"

[dev-dependencies]
axum-test = "16.2.0"
http-body-util = "0.1.2"
tower = "0.5.1"
axum-test = { version = "16.2.0" }
http-body-util = { workspace = true }
tower = { version = "0.5.1" }

0 comments on commit 882dddf

Please sign in to comment.