diff --git a/crates/algokit_http_client/Cargo.toml b/crates/algokit_http_client/Cargo.toml index d9c8e4ea..4aa7cb0f 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 }