mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 12:15:08 +02:00
update deps
This commit is contained in:
@ -7,7 +7,7 @@ use super::{Codec, Frame, Message};
|
||||
|
||||
pub struct Transport<S, T>
|
||||
where
|
||||
S: Service<Frame, Response = Message>,
|
||||
S: Service<Frame, Response = Message> + 'static,
|
||||
T: AsyncRead + AsyncWrite,
|
||||
{
|
||||
inner: FramedTransport<S, T, Codec>,
|
||||
|
Reference in New Issue
Block a user