Skip to content

Commit

Permalink
chore(ws): remove unused dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jul 20, 2024
1 parent 95f4e0f commit cac93d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions actix-ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ actix-http = { version = "3", default-features = false, features = ["ws"] }
actix-web = { version = "4", default-features = false }
bytestring = "1"
futures-core = "0.3.17"
tokio = { version = "1", features = ["sync"] }
tokio = { version = "1.24", features = ["sync"] }

[dev-dependencies]
actix-web = "4.8"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
pretty_env_logger = "0.5"
tokio = { version = "1", features = ["sync", "rt", "macros"] }
tokio = { version = "1.24", features = ["sync", "rt", "macros"] }
tracing = "0.1.30"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down

0 comments on commit cac93d2

Please sign in to comment.