diff --git a/xml_schema_derive/Cargo.toml b/xml_schema_derive/Cargo.toml index 7b626d3..fe526b7 100644 --- a/xml_schema_derive/Cargo.toml +++ b/xml_schema_derive/Cargo.toml @@ -24,7 +24,7 @@ heck = "0.4" log = "0.4" proc-macro2 = "1.0" quote = "1.0" -reqwest = { version = "0.11", default-features = false, features = ["blocking"] } +reqwest = { version = "0.12", default-features = false, features = ["blocking"] } simple_logger = "4" syn = { version = "2.0", features = ["visit", "extra-traits"] } xml-rs = "0.8"