diff --git a/Cargo.toml b/Cargo.toml index 3fe3666..8e6fe90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ wasm-bindgen-test = "0.3.37" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] futures-util = "0.3.29" -reqwest = "0.11.22" +reqwest = "0.12.2" tokio = {version = "1.33.0", features = ["rt-multi-thread"]} [[bench]]