From 3a95c1642c5316af99a846be05172478e2176bbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:40:26 +0000 Subject: [PATCH] chore(deps): Update rust-dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 45242c9..472ac71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,9 +159,9 @@ tokio = { version = ">=1.50.0, <2", features = ["rt-multi-thread", "net", "sync" # HTTP client — pinned to reqwest 0.12 until vaultrs and opentelemetry-otlp # support 0.13. reqwest-middleware 0.4 and reqwest-retry 0.7 target 0.12. -reqwest = { version = ">=0.12, <0.13", features = ["json"], optional = true } -reqwest-middleware = { version = ">=0.4, <0.5", optional = true } -reqwest-retry = { version = ">=0.7, <0.8", optional = true } +reqwest = { version = ">=0.12, <0.14", features = ["json"], optional = true } +reqwest-middleware = { version = ">=0.4, <0.6", optional = true } +reqwest-retry = { version = ">=0.7, <0.10", optional = true } # In-memory cache (TinyLFU, async, concurrent) moka = { version = ">=0.12, <0.13", features = ["future"], optional = true }