Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove scheduler::Error #827

Merged
merged 5 commits into from
Feb 14, 2022
Merged

Commits on Feb 14, 2022

  1. Update tokio-util requirement from 0.6.8 to 0.7.0

    Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](https://github.com/tokio-rs/tokio/commits)
    
    ---
    updated-dependencies:
    - dependency-name: tokio-util
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    df94062 View commit details
    Browse the repository at this point in the history
  2. Update Scheduler for infallible DelayQueue

    Signed-off-by: Teo Klestrup Röijezon <[email protected]>
    nightkr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    903a87c View commit details
    Browse the repository at this point in the history
  3. Remove scheduler::Error completely

    This depends on kube-rs#826
    
    Signed-off-by: Teo Klestrup Röijezon <[email protected]>
    nightkr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    45d87b0 View commit details
    Browse the repository at this point in the history
  4. Skip tokio-util 0.6 in dupe check

    Signed-off-by: Teo Klestrup Röijezon <[email protected]>
    nightkr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    a493d01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77ac8a7 View commit details
    Browse the repository at this point in the history