Skip to content

Commit cac93d2

Browse files
committed
chore(ws): remove unused dev dep
1 parent 95f4e0f commit cac93d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

actix-ws/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ actix-http = { version = "3", default-features = false, features = ["ws"] }
2020
actix-web = { version = "4", default-features = false }
2121
bytestring = "1"
2222
futures-core = "0.3.17"
23-
tokio = { version = "1", features = ["sync"] }
23+
tokio = { version = "1.24", features = ["sync"] }
2424

2525
[dev-dependencies]
2626
actix-web = "4.8"
2727
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
28-
pretty_env_logger = "0.5"
29-
tokio = { version = "1", features = ["sync", "rt", "macros"] }
28+
tokio = { version = "1.24", features = ["sync", "rt", "macros"] }
3029
tracing = "0.1.30"
3130
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3231

0 commit comments

Comments
 (0)