diff --git a/Cargo.toml b/Cargo.toml index e53bb81..b0ecf20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ wasm-bindgen-test = "0.3.55" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] futures-util = "0.3.31" -reqwest = "0.12.24" +reqwest = "0.13.2" tokio = { version = "1.48.0", default-features = false, features = [ "rt-multi-thread", ] }