Skip to content

Commit f31d4ef

Browse files
committed
enable tower util feature for unit tests
1 parent d9fb097 commit f31d4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tokio-stream = { version = "0.1.17", features = ["sync"] }
4545

4646
hyper = { version = "1", features = ["full"] }
4747
hyper-util = { version = "0.1", features = ["full"] }
48-
tower = "0.4"
48+
tower = { version = "0.4", features = ["util"] }
4949
tower-http = { version = "0.5", features = ["cors", "trace"] }
5050
eventsource-stream = "0.2"
5151
dashmap = "6.1"

0 commit comments

Comments
 (0)