diff --git a/Cargo.toml b/Cargo.toml index 96ad74f..11c8c34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1" derivative = "2" itertools = "0.10" futures = { version = "0.3", default-features = false } -reqwest = { version = "0.11", default-features = false, features = ["json"] } +reqwest = { version = ">=0.11, <0.13", default-features = false, features = ["json"] } tokio = { optional = true, version = "1" } [dev-dependencies]