mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-21 07:45:37 +02:00
use failure from crates
This commit is contained in:
@@ -34,8 +34,8 @@ alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
failure = { git = "https://github.com/withoutboats/failure" }
|
failure = "0.1"
|
||||||
failure_derive = { git = "https://github.com/withoutboats/failure_derive" }
|
failure_derive = "0.1"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
http = "0.1"
|
http = "0.1"
|
||||||
httparse = "0.1"
|
httparse = "0.1"
|
||||||
|
Reference in New Issue
Block a user