diff --git a/jsonschema/Cargo.toml b/jsonschema/Cargo.toml index dcae467..55b8bc6 100644 --- a/jsonschema/Cargo.toml +++ b/jsonschema/Cargo.toml @@ -53,7 +53,7 @@ once_cell = "1.19" parking_lot = "0.12" percent-encoding = "2.3" regex = "1.10" -reqwest = { version = "0.11", features = [ +reqwest = { version = "0.12", features = [ "blocking", "json", ], default-features = false, optional = true }