Skip to content

fix(deps): update rust crate tower to 0.5.0#2685

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tower-0.x
Closed

fix(deps): update rust crate tower to 0.5.0#2685
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tower-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change
tower dependencies minor 0.4.13 -> 0.5.0

Release Notes

tower-rs/tower (tower)

v0.5.1: tower 0.5.1

Compare Source

  • Fix minimum version of tower-layer dependency (#​787)

v0.5.0: tower 0.5.0

Compare Source

Fixed
  • util: BoxService is now Sync (#​702)
Changed
  • util: Removed deprecated ServiceExt::ready_and method and ReadyAnd
    future (#​652)
  • retry: Breaking Change retry::Policy::retry now accepts &mut Req and &mut Res instead of the previous mutable versions. This
    increases the flexibility of the retry policy. To update, update your method signature to include mut for both parameters. (#​584)
  • retry: Breaking Change Change Policy to accept &mut self (#​681)
  • retry: Add generic backoff utilities (#​685)
  • retry: Add Budget trait. This allows end-users to implement their own budget and bucket implementations. (#​703)
  • reconnect: Breaking Change Remove unused generic parameter from Reconnect::new (#​755)
  • ready-cache: Allow iteration over ready services (#​700)
  • discover: Implement Clone for Change (#​701)
  • util: Add a BoxCloneServiceLayer (#​708)
  • rng: use a simpler random 2-sampler (#​716)
  • filter: Derive Clone for AsyncFilterLayer (#​731)
  • general: Update IndexMap (#​741)
  • MSRV: Increase MSRV to 1.63.0 (#​741)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (rebase) August 13, 2024 17:00
@github-actions github-actions Bot added the type: fix Iterations on existing features or infrastructure. label Aug 13, 2024
@renovate renovate Bot force-pushed the renovate/tower-0.x branch 26 times, most recently from f51b8f6 to 9f3185d Compare August 20, 2024 09:21
@renovate renovate Bot force-pushed the renovate/tower-0.x branch 2 times, most recently from 4bf1da2 to 369511b Compare August 22, 2024 12:46
@renovate renovate Bot force-pushed the renovate/tower-0.x branch 17 times, most recently from a1acba6 to b407ea5 Compare September 4, 2024 07:37
@renovate renovate Bot force-pushed the renovate/tower-0.x branch from b407ea5 to 09a0bb5 Compare September 4, 2024 17:08
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 9, 2024

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions Bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Sep 9, 2024
@renovate renovate Bot force-pushed the renovate/tower-0.x branch from 09a0bb5 to cd5b132 Compare September 9, 2024 18:50
@github-actions github-actions Bot removed the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Sep 9, 2024
@renovate renovate Bot force-pushed the renovate/tower-0.x branch from cd5b132 to 529114b Compare September 9, 2024 19:09
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path tailcall-upstream-grpc/Cargo.toml --package tower@0.4.13 --precise 0.5.2
    Updating crates.io index
error: failed to select a version for the requirement `tower = "^0.4"`
candidate versions found which didn't match: 0.5.2
location searched: crates.io index
required by package `lambda_runtime v0.13.0`
    ... which satisfies dependency `lambda_runtime = "^0.13.0"` (locked to 0.13.0) of package `tailcall-aws-lambda v0.1.0 (/tmp/renovate/repos/github/tailcallhq/tailcall/tailcall-aws-lambda)`

@github-actions
Copy link
Copy Markdown

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions
Copy link
Copy Markdown

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions
Copy link
Copy Markdown

PR closed after 10 days of inactivity.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jan 10, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant