Skip to content

Commit 84349c2

Browse files
chore(deps): update rust crate retry-policies to 0.5.0 (#504)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [retry-policies](https://redirect.github.com/TrueLayer/retry-policies) | workspace.dependencies | minor | `0.4.0` -> `0.5.0` | --- ### Release Notes <details> <summary>TrueLayer/retry-policies (retry-policies)</summary> ### [`v0.5.1`](https://redirect.github.com/TrueLayer/retry-policies/blob/HEAD/CHANGELOG.md#051---2025-05-14) [Compare Source](https://redirect.github.com/TrueLayer/retry-policies/compare/v0.5.0...v0.5.1) ##### Changed - Improved bounded jitter to use 50% of `min_retry_interval` instead of 100%. ### [`v0.5.0`](https://redirect.github.com/TrueLayer/retry-policies/blob/HEAD/CHANGELOG.md#050---2025-05-14) [Compare Source](https://redirect.github.com/TrueLayer/retry-policies/compare/v0.4.0...v0.5.0) ##### Changed - \[Breaking] Renamed `build_with_total_retry_duration_and_max_retries` to `build_with_total_retry_duration_and_limit_retries`. ##### Added - Added `build_with_total_retry_duration_and_max_retries`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/graphql-hive/router). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d290eba commit 84349c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rand = "0.9.2"
5555
jsonwebtoken = { version = "10.0.0", features = ["rust_crypto"] }
5656
ntex = { version = "2", features = ["tokio"] }
5757
reqwest = "0.12.23"
58-
retry-policies = "0.4.0"
58+
retry-policies = "0.5.0"
5959
reqwest-retry = "0.8.0"
6060
reqwest-middleware = "0.4.2"
6161
vrl = { version = "0.28.1", features = ["compiler", "parser", "value", "diagnostic", "stdlib", "core"] }

0 commit comments

Comments
 (0)