1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

remove unneeded dependencies

This commit is contained in:
Rob Ede
2023-07-18 17:42:33 +01:00
parent 1a634a983f
commit 2ece131b36
27 changed files with 7 additions and 67 deletions

View File

@ -7,9 +7,7 @@ edition = "2021"
actix-files.workspace = true
actix-web.workspace = true
actix-ws.workspace = true
awc.workspace = true
derive_more.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true

View File

@ -19,7 +19,6 @@ actix-web.workspace = true
actix-web-actors.workspace = true
byteorder = "1.2"
bytes = "1"
env_logger.workspace = true
futures-util = { workspace = true, features = ["sink"] }
log.workspace = true

View File

@ -16,5 +16,3 @@ actix-web-actors.workspace = true
env_logger.workspace = true
log.workspace = true
rand.workspace = true
serde = "1"
serde_json.workspace = true

View File

@ -7,7 +7,6 @@ edition = "2021"
actix-files.workspace = true
actix-web.workspace = true
actix-ws.workspace = true
awc.workspace = true
env_logger.workspace = true
futures-util.workspace = true

View File

@ -13,7 +13,6 @@ path = "src/client.rs"
[dependencies]
actix.workspace = true
actix-codec.workspace = true
actix-files.workspace = true
actix-web.workspace = true
actix-web-actors.workspace = true