diff --git a/Cargo.toml b/Cargo.toml index 16647ff..b799c94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quickxml_to_serde" -version = "0.6.0" +version = "0.6.1" authors = ["Alec Troemel ", "Max Voskob "] description = "Convert between XML JSON using quickxml and serde" repository = "https://github.com/AlecTroemel/quickxml_to_serde" @@ -11,8 +11,8 @@ license = "MIT" serde = "1.0" serde_json = "1.0" serde_derive = "1.0" -minidom = "0.12" -regex = "1.8.3" +minidom = "0.15" +regex = "1.10.4" [features] json_types = [] # Enable to enforce fixed JSON data types for certain XML nodes