mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-02 18:59:04 +01:00
remove unused dependency
This commit is contained in:
parent
7eba795f7a
commit
bf240121b9
@ -22,12 +22,11 @@ path = "src/lib.rs"
|
|||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
env_logger = "*"
|
|
||||||
|
|
||||||
actix = "^0.5"
|
actix = "0.5"
|
||||||
actix-web = "^0.4"
|
actix-web = "0.4"
|
||||||
|
|
||||||
prost = "^0.2"
|
prost = "0.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
http = "^0.1.5"
|
http = "^0.1.5"
|
||||||
|
@ -4,7 +4,6 @@ extern crate bytes;
|
|||||||
extern crate futures;
|
extern crate futures;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate failure;
|
extern crate failure;
|
||||||
extern crate env_logger;
|
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
extern crate http;
|
extern crate http;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user