diff --git a/Cargo.toml b/Cargo.toml index 8392f2c..dd04b61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5", features = ["derive"], optional = true } # Async dependencies (optional) tokio = { version = "1.38", features = ["full"], optional = true } -reqwest = { version = "0.12", features = ["json"], optional = true } +reqwest = { version = "0.13", features = ["json"], optional = true } futures = { version = "0.3", optional = true } # Network integration dependencies (optional)