1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

chore(ws): remove unused dev dep

This commit is contained in:
Rob Ede 2024-07-20 07:32:11 +01:00
parent 95f4e0f692
commit cac93d2bc7
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -20,13 +20,12 @@ actix-http = { version = "3", default-features = false, features = ["ws"] }
actix-web = { version = "4", default-features = false } actix-web = { version = "4", default-features = false }
bytestring = "1" bytestring = "1"
futures-core = "0.3.17" futures-core = "0.3.17"
tokio = { version = "1", features = ["sync"] } tokio = { version = "1.24", features = ["sync"] }
[dev-dependencies] [dev-dependencies]
actix-web = "4.8" actix-web = "4.8"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] } futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
pretty_env_logger = "0.5" tokio = { version = "1.24", features = ["sync", "rt", "macros"] }
tokio = { version = "1", features = ["sync", "rt", "macros"] }
tracing = "0.1.30" tracing = "0.1.30"
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }