mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-02 10:59:03 +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"
|
||||
futures = "0.1"
|
||||
failure = "0.1"
|
||||
env_logger = "*"
|
||||
|
||||
actix = "^0.5"
|
||||
actix-web = "^0.4"
|
||||
actix = "0.5"
|
||||
actix-web = "0.4"
|
||||
|
||||
prost = "^0.2"
|
||||
prost = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
http = "^0.1.5"
|
||||
|
@ -4,7 +4,6 @@ extern crate bytes;
|
||||
extern crate futures;
|
||||
#[macro_use]
|
||||
extern crate failure;
|
||||
extern crate env_logger;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate http;
|
||||
|
Loading…
x
Reference in New Issue
Block a user