Skip to content

Bump tokio

Bump tokio #100

Triggered via pull request March 10, 2024 14:27
Status Skipped
Total duration 2s
Artifacts

dependabot.yml

on: pull_request
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

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`