client: import updates

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-07-09 15:29:42 +02:00
parent aa2838c27a
commit be3a0295b6
6 changed files with 21 additions and 15 deletions

View File

@ -5,8 +5,8 @@
use std::pin::Pin;
use std::task::{Context, Poll};
use bytes::Bytes;
use anyhow::{format_err, Error};
use bytes::Bytes;
use futures::{ready, Future};
use h2::SendStream;