From f75358d1a37bf4cbb4e6db13b828983ed34a27c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 05:18:37 +0000 Subject: [PATCH] build(deps): update reqwest-retry requirement in /test/cargo-fuzz 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/commits/reqwest-retry-v0.9.1) --- updated-dependencies: - dependency-name: reqwest-retry dependency-version: 0.9.1 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 2b5e4048b6bd6..5c9a7c5742caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -475,7 +475,7 @@ regex = "1.12.3" regex-syntax = "0.8.10" reqwest = { version = "0.12.28", features = ["blocking", "charset", "cookies", "default-tls", "http2", "json", "native-tls-vendored", "stream"] } reqwest-middleware = { version = "0.4.2", features = ["json"] } -reqwest-retry = "0.8.0" +reqwest-retry = "0.9.1" rlimit = "0.11.0" rocksdb = { version = "0.24.0", default-features = false, features = ["lz4", "snappy", "zstd"] } ropey = "1.6.1"