From 97cde116ec82254fafefd48c2ac8877436daaf3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:54:22 +0200 Subject: [PATCH] Update Rust crate backon to v1.5.0 (#12866) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [backon](https://redirect.github.com/Xuanwo/backon) | workspace.dependencies | minor | `1.4.1` -> `1.5.0` | --- ### Release Notes
Xuanwo/backon (backon) ### [`v1.5.0`](https://redirect.github.com/Xuanwo/backon/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/Xuanwo/backon/compare/v1.4.1...v1.5.0) #### What's Changed - chore: Format code by [@​Xuanwo](https://redirect.github.com/Xuanwo) in [https://github.com/Xuanwo/backon/pull/191](https://redirect.github.com/Xuanwo/backon/pull/191) - feat: Add adjust support for Retry by [@​Xuanwo](https://redirect.github.com/Xuanwo) in [https://github.com/Xuanwo/backon/pull/192](https://redirect.github.com/Xuanwo/backon/pull/192) - chore(deps): update spin requirement from 0.9.8 to 0.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/Xuanwo/backon/pull/188](https://redirect.github.com/Xuanwo/backon/pull/188) - docs: Polish docs for backon by [@​Xuanwo](https://redirect.github.com/Xuanwo) in [https://github.com/Xuanwo/backon/pull/193](https://redirect.github.com/Xuanwo/backon/pull/193) - feat: Allow to control the max sleep time of exponential backoff by [@​XmchxUp](https://redirect.github.com/XmchxUp) in [https://github.com/Xuanwo/backon/pull/187](https://redirect.github.com/Xuanwo/backon/pull/187) - Bump version to 1.5.0 by [@​Xuanwo](https://redirect.github.com/Xuanwo) in [https://github.com/Xuanwo/backon/pull/194](https://redirect.github.com/Xuanwo/backon/pull/194) #### New Contributors - [@​XmchxUp](https://redirect.github.com/XmchxUp) made their first contribution in [https://github.com/Xuanwo/backon/pull/187](https://redirect.github.com/Xuanwo/backon/pull/187) **Full Changelog**: https://github.com/Xuanwo/backon/compare/v1.4.1...v1.5.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c79ae5cb8..a5151fec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "backon" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "970d91570c01a8a5959b36ad7dd1c30642df24b6b3068710066f6809f7033bb7" +checksum = "fd0b50b1b78dbadd44ab18b3c794e496f3a139abb9fbc27d9c94c4eebbb96496" dependencies = [ "fastrand", "gloo-timers",