From 69984fb4765b15dbd7ba5195aef168503de075f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:29:39 +0000 Subject: [PATCH] chore(deps): update reqwest-retry requirement from ^0.7 to ^0.9 Updates the requirements on [reqwest-retry](https://github.com/TrueLayer/reqwest-middleware) to permit the latest version. - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-retry-v0.7.0...reqwest-retry-v0.9.0) --- updated-dependencies: - dependency-name: reqwest-retry dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4993cc5..de17e82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ url = "^2.5" [dev-dependencies] anyhow = "^1.0" -reqwest-retry = "^0.7" +reqwest-retry = "^0.9" serial_test = "^3.2" tokio = { version = "^1.46", features = ["full"] }