diff --git a/Cargo.toml b/Cargo.toml index 45afdbdb2c..6e322cc32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ log = "0.4" once_cell = "1.7.2" parking_lot = "0.12.1" rand = "0.8.5" -reqwest = { version = "0.11.22", default_features = false } +reqwest = { version = "0.11.22", default-features = false } schemars = "0.8.1" serde = "1.0.152" serde_json = "1.0.91"