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