mirror of https://github.com/astral-sh/uv
Update Rust crate backon to v1.5.0 (#12866)
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 <details> <summary>Xuanwo/backon (backon)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
95d9d3a4c8
commit
97cde116ec
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue