diff --git a/Cargo.toml b/Cargo.toml index da4a64d..f1d7e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ anyhow = "1.0.57" log = "0.4" env_logger = "0.8.4" proc-macro2 = "1.0.60" -reqwest = "0.11.18" +reqwest = "0.12.4" tokio = {version = "1.29.1", features = ["rt-multi-thread"] } [dev-dependencies]