Bump tokio
#100
Annotations
2 errors
no method named `with_retries` found for struct `TcpKeepalive` in the current scope:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs#L89
error[E0599]: no method named `with_retries` found for struct `TcpKeepalive` in the current scope
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs:89:12
|
89 | ka.with_retries(retries)
| ^^^^^^^^^^^^
|
help: there is a method `with_time` with a similar name
|
89 | ka.with_time(retries)
| ~~~~~~~~~
|
no method named `with_interval` found for struct `TcpKeepalive` in the current scope:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs#L59
error[E0599]: no method named `with_interval` found for struct `TcpKeepalive` in the current scope
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs:59:12
|
59 | ka.with_interval(interval)
| ^^^^^^^^^^^^^ method not found in `TcpKeepalive`
|