diff --git a/rips/Cargo.toml b/rips/Cargo.toml index 51a20209..87a24372 100644 --- a/rips/Cargo.toml +++ b/rips/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0" tokio = { version = "1.0", features = ["full"], optional = true } # Networking (optional) -reqwest = { version = "0.11", features = ["json"], optional = true } +reqwest = { version = "0.13", features = ["json"], optional = true } [features] default = []