From a2bcddd43614b5943632b5ab50ce94070fb56a15 Mon Sep 17 00:00:00 2001 From: Joe Polny Date: Sat, 31 Jan 2026 09:24:20 -0500 Subject: [PATCH] chore: relax reqwest version --- crates/algokit_http_client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/algokit_http_client/Cargo.toml b/crates/algokit_http_client/Cargo.toml index d9c8e4ead..4aa7cb0f9 100644 --- a/crates/algokit_http_client/Cargo.toml +++ b/crates/algokit_http_client/Cargo.toml @@ -10,7 +10,7 @@ default_client = ["dep:reqwest"] [dependencies] async-trait = "0.1.88" -reqwest = { version = "0.12.19", optional = true } +reqwest = { version = "0.12", optional = true } serde = { version = "1.0", features = ["derive"] } snafu = { workspace = true } uniffi = { workspace = true, optional = true }