diff --git a/Cargo.toml b/Cargo.toml index a1d58eb..e8a049b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" clap = { version = "4.5.35", features = ["derive"] } log = "0.4.22" env_logger = "0.11.8" -reqwest = "0.12.5" +reqwest = "0.12.15" tokio = { version = "1", features = ["full"] }