Skip to content

Commit f5da2ac

Browse files
Update retry-policies to 0.5
The build_with_total_retry_duration_and_max_retries method of retry_policies::policies::ExponentialBackoffBuilder was renamed to build_with_total_retry_duration_and_limit_retries. No code changes are required, but since reqwest-retry re-exports retry-policies::policies as reqwest_retry::policies, this is a SemVer-breaking change for retry-policies as well.
1 parent 591ab44 commit f5da2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reqwest-retry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-trait = "0.1.51"
2121
futures = "0.3.0"
2222
http = "1.0"
2323
reqwest = { version = "0.12.0", default-features = false }
24-
retry-policies = "0.4"
24+
retry-policies = "0.5"
2525
thiserror = "1.0.61"
2626
tracing = { version = "0.1.26", optional = true }
2727

0 commit comments

Comments
 (0)