mirror of https://github.com/fafhrd91/actix-net
remove unused utils deps
This commit is contained in:
parent
9b4fe74421
commit
4b2e1b8892
|
@ -1,2 +1,3 @@
|
|||
[alias]
|
||||
lint = "hack --clean-per-run clippy --workspace --tests --examples"
|
||||
chk = "hack check --workspace --tests --examples"
|
||||
|
|
|
@ -19,12 +19,11 @@ path = "src/lib.rs"
|
|||
actix-rt = { version = "2.0.0", default-features = false }
|
||||
actix-service = "2.0.0-beta.5"
|
||||
|
||||
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
|
||||
futures-sink = { version = "0.3.7", default-features = false }
|
||||
local-waker = "0.1"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.0.0"
|
||||
futures-core = { version = "0.3.7", default-features = false, features = ["alloc"] }
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue