switch from failure to anyhow
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -6,7 +6,7 @@ use std::pin::Pin;
|
||||
use std::task::{Context, Poll};
|
||||
|
||||
use bytes::Bytes;
|
||||
use failure::*;
|
||||
use anyhow::{format_err, Error};
|
||||
use futures::{ready, Future};
|
||||
use h2::SendStream;
|
||||
|
||||
|
Reference in New Issue
Block a user