diff --git a/onvif/Cargo.toml b/onvif/Cargo.toml index 3cda53f..fbc742d 100644 --- a/onvif/Cargo.toml +++ b/onvif/Cargo.toml @@ -30,7 +30,7 @@ tokio-stream = "0.1" tracing = "0.1.26" url = "2.2.0" uuid = { version = "0.8.1", features = ["v4"] } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xmltree = "0.10.2" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } diff --git a/schema/Cargo.toml b/schema/Cargo.toml index 1e06535..9319cb5 100644 --- a/schema/Cargo.toml +++ b/schema/Cargo.toml @@ -13,7 +13,7 @@ percent-encoding = "2.1.0" transport = { path = "../transport" } url = "2.2.1" validate = { path = "../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } diff --git a/wsdl_rs/accesscontrol/Cargo.toml b/wsdl_rs/accesscontrol/Cargo.toml index e843448..a84bad7 100644 --- a/wsdl_rs/accesscontrol/Cargo.toml +++ b/wsdl_rs/accesscontrol/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" transport = { path = "../../transport" } types = { path = "../../xsd_rs/types" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/accessrules/Cargo.toml b/wsdl_rs/accessrules/Cargo.toml index aa37f22..76dd4b4 100644 --- a/wsdl_rs/accessrules/Cargo.toml +++ b/wsdl_rs/accessrules/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" transport = { path = "../../transport" } types = { path = "../../xsd_rs/types" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/actionengine/Cargo.toml b/wsdl_rs/actionengine/Cargo.toml index a0c6046..cc09d69 100644 --- a/wsdl_rs/actionengine/Cargo.toml +++ b/wsdl_rs/actionengine/Cargo.toml @@ -10,7 +10,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/advancedsecurity/Cargo.toml b/wsdl_rs/advancedsecurity/Cargo.toml index e4a8412..51d1d97 100644 --- a/wsdl_rs/advancedsecurity/Cargo.toml +++ b/wsdl_rs/advancedsecurity/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [dependencies] transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/analytics/Cargo.toml b/wsdl_rs/analytics/Cargo.toml index a767783..e92f99d 100644 --- a/wsdl_rs/analytics/Cargo.toml +++ b/wsdl_rs/analytics/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/authenticationbehavior/Cargo.toml b/wsdl_rs/authenticationbehavior/Cargo.toml index 89174d7..f15592e 100644 --- a/wsdl_rs/authenticationbehavior/Cargo.toml +++ b/wsdl_rs/authenticationbehavior/Cargo.toml @@ -10,7 +10,7 @@ transport = { path = "../../transport" } types = { path = "../../xsd_rs/types" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/b_2/Cargo.toml b/wsdl_rs/b_2/Cargo.toml index c071bf6..fceb2f1 100644 --- a/wsdl_rs/b_2/Cargo.toml +++ b/wsdl_rs/b_2/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" t_1 = { path = "../t_1" } validate = { path = "../../validate" } ws_addr = { path = "../ws_addr" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/bf_2/Cargo.toml b/wsdl_rs/bf_2/Cargo.toml index 4c83629..cfb0916 100644 --- a/wsdl_rs/bf_2/Cargo.toml +++ b/wsdl_rs/bf_2/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/credential/Cargo.toml b/wsdl_rs/credential/Cargo.toml index f5b5e1a..6fa09b0 100644 --- a/wsdl_rs/credential/Cargo.toml +++ b/wsdl_rs/credential/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" transport = { path = "../../transport" } types = { path = "../../xsd_rs/types" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/deviceio/Cargo.toml b/wsdl_rs/deviceio/Cargo.toml index 36e1b4d..176c1a2 100644 --- a/wsdl_rs/deviceio/Cargo.toml +++ b/wsdl_rs/deviceio/Cargo.toml @@ -10,7 +10,7 @@ devicemgmt = { path = "../../wsdl_rs/devicemgmt" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/devicemgmt/Cargo.toml b/wsdl_rs/devicemgmt/Cargo.toml index bc42082..2b80a53 100644 --- a/wsdl_rs/devicemgmt/Cargo.toml +++ b/wsdl_rs/devicemgmt/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/display/Cargo.toml b/wsdl_rs/display/Cargo.toml index 5f84467..580f105 100644 --- a/wsdl_rs/display/Cargo.toml +++ b/wsdl_rs/display/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/doorcontrol/Cargo.toml b/wsdl_rs/doorcontrol/Cargo.toml index 8de8609..25260e6 100644 --- a/wsdl_rs/doorcontrol/Cargo.toml +++ b/wsdl_rs/doorcontrol/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" transport = { path = "../../transport" } types = { path = "../../xsd_rs/types" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/event/Cargo.toml b/wsdl_rs/event/Cargo.toml index 826e35a..27f8e02 100644 --- a/wsdl_rs/event/Cargo.toml +++ b/wsdl_rs/event/Cargo.toml @@ -9,7 +9,7 @@ b_2 = { path = "../../wsdl_rs/b_2" } t_1 = { path = "../../wsdl_rs/t_1" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/imaging/Cargo.toml b/wsdl_rs/imaging/Cargo.toml index b947e6e..32fd449 100644 --- a/wsdl_rs/imaging/Cargo.toml +++ b/wsdl_rs/imaging/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/media/Cargo.toml b/wsdl_rs/media/Cargo.toml index dc34e3c..5a39aa8 100644 --- a/wsdl_rs/media/Cargo.toml +++ b/wsdl_rs/media/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/media2/Cargo.toml b/wsdl_rs/media2/Cargo.toml index f0085ce..15b9737 100644 --- a/wsdl_rs/media2/Cargo.toml +++ b/wsdl_rs/media2/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/provisioning/Cargo.toml b/wsdl_rs/provisioning/Cargo.toml index d9b6380..a1063b3 100644 --- a/wsdl_rs/provisioning/Cargo.toml +++ b/wsdl_rs/provisioning/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/ptz/Cargo.toml b/wsdl_rs/ptz/Cargo.toml index 770904c..1ec94ff 100644 --- a/wsdl_rs/ptz/Cargo.toml +++ b/wsdl_rs/ptz/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/receiver/Cargo.toml b/wsdl_rs/receiver/Cargo.toml index 3784878..c24d8dd 100644 --- a/wsdl_rs/receiver/Cargo.toml +++ b/wsdl_rs/receiver/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/recording/Cargo.toml b/wsdl_rs/recording/Cargo.toml index cf5b538..0478f39 100644 --- a/wsdl_rs/recording/Cargo.toml +++ b/wsdl_rs/recording/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/replay/Cargo.toml b/wsdl_rs/replay/Cargo.toml index a60f750..83e12ea 100644 --- a/wsdl_rs/replay/Cargo.toml +++ b/wsdl_rs/replay/Cargo.toml @@ -9,7 +9,7 @@ common = { path = "../../xsd_rs/common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/schedule/Cargo.toml b/wsdl_rs/schedule/Cargo.toml index 29a288c..541fddc 100644 --- a/wsdl_rs/schedule/Cargo.toml +++ b/wsdl_rs/schedule/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" transport = { path = "../../transport" } types = { path = "../../xsd_rs/types" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/search/Cargo.toml b/wsdl_rs/search/Cargo.toml index 90e6fec..1460d1d 100644 --- a/wsdl_rs/search/Cargo.toml +++ b/wsdl_rs/search/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/t_1/Cargo.toml b/wsdl_rs/t_1/Cargo.toml index 05a8019..305867d 100644 --- a/wsdl_rs/t_1/Cargo.toml +++ b/wsdl_rs/t_1/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/thermal/Cargo.toml b/wsdl_rs/thermal/Cargo.toml index 082500d..613cd86 100644 --- a/wsdl_rs/thermal/Cargo.toml +++ b/wsdl_rs/thermal/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/uplink/Cargo.toml b/wsdl_rs/uplink/Cargo.toml index 65d4d47..e774143 100644 --- a/wsdl_rs/uplink/Cargo.toml +++ b/wsdl_rs/uplink/Cargo.toml @@ -7,6 +7,6 @@ license = "MIT" [dependencies] transport = { path = "../../transport" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" yaserde = "0.7.1" yaserde_derive = "0.7.1" diff --git a/wsdl_rs/ws_addr/Cargo.toml b/wsdl_rs/ws_addr/Cargo.toml index e15e355..dccf5a0 100644 --- a/wsdl_rs/ws_addr/Cargo.toml +++ b/wsdl_rs/ws_addr/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/wsdl_rs/ws_discovery/Cargo.toml b/wsdl_rs/ws_discovery/Cargo.toml index 29a1f67..4f94c81 100644 --- a/wsdl_rs/ws_discovery/Cargo.toml +++ b/wsdl_rs/ws_discovery/Cargo.toml @@ -7,6 +7,6 @@ license = "MIT" [dependencies] percent-encoding = "2.1.0" url = "2.2.1" -xml-rs = "0.8.3" +xml-rs = "=0.8.3" yaserde = "0.7.1" yaserde_derive = "0.7.1" diff --git a/wsdl_rs/xml_xsd/Cargo.toml b/wsdl_rs/xml_xsd/Cargo.toml index d9afa80..2dbd2fe 100644 --- a/wsdl_rs/xml_xsd/Cargo.toml +++ b/wsdl_rs/xml_xsd/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" license = "MIT" [dependencies] -xml-rs = "0.8.3" +xml-rs = "=0.8.3" yaserde = "0.7.1" yaserde_derive = "0.7.1" diff --git a/xsd_rs/common/Cargo.toml b/xsd_rs/common/Cargo.toml index 686d281..437e542 100644 --- a/xsd_rs/common/Cargo.toml +++ b/xsd_rs/common/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/xsd_rs/metadatastream/Cargo.toml b/xsd_rs/metadatastream/Cargo.toml index 5282628..2cb8dba 100644 --- a/xsd_rs/metadatastream/Cargo.toml +++ b/xsd_rs/metadatastream/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" b_2 = { path = "../../wsdl_rs/b_2" } common = { path = "../common" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/xsd_rs/onvif_xsd/Cargo.toml b/xsd_rs/onvif_xsd/Cargo.toml index 24c93a7..d087d4a 100644 --- a/xsd_rs/onvif_xsd/Cargo.toml +++ b/xsd_rs/onvif_xsd/Cargo.toml @@ -9,7 +9,7 @@ b_2 = { path = "../../wsdl_rs/b_2" } common = { path = "../common" } soap_envelope = { path = "../../xsd_rs/soap_envelope" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xmlmime = { path = "../../xsd_rs/xmlmime" } xop = { path = "../../xsd_rs/xop" } xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } diff --git a/xsd_rs/radiometry/Cargo.toml b/xsd_rs/radiometry/Cargo.toml index 0e8e491..1f09aed 100644 --- a/xsd_rs/radiometry/Cargo.toml +++ b/xsd_rs/radiometry/Cargo.toml @@ -10,7 +10,7 @@ common = { path = "../common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } soap_envelope = { path = "../../xsd_rs/soap_envelope" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xmlmime = { path = "../../xsd_rs/xmlmime" } xop = { path = "../../xsd_rs/xop" } xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } diff --git a/xsd_rs/rules/Cargo.toml b/xsd_rs/rules/Cargo.toml index d99f160..8567075 100644 --- a/xsd_rs/rules/Cargo.toml +++ b/xsd_rs/rules/Cargo.toml @@ -10,7 +10,7 @@ common = { path = "../common" } onvif = { package = "onvif-xsd", path = "../../xsd_rs/onvif_xsd" } soap_envelope = { path = "../../xsd_rs/soap_envelope" } validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xmlmime = { path = "../../xsd_rs/xmlmime" } xop = { path = "../../xsd_rs/xop" } xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } diff --git a/xsd_rs/soap_envelope/Cargo.toml b/xsd_rs/soap_envelope/Cargo.toml index aeff459..f8d5b83 100644 --- a/xsd_rs/soap_envelope/Cargo.toml +++ b/xsd_rs/soap_envelope/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/xsd_rs/types/Cargo.toml b/xsd_rs/types/Cargo.toml index 47db2f8..d416624 100644 --- a/xsd_rs/types/Cargo.toml +++ b/xsd_rs/types/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/xsd_rs/xmlmime/Cargo.toml b/xsd_rs/xmlmime/Cargo.toml index 22f743d..2bf4063 100644 --- a/xsd_rs/xmlmime/Cargo.toml +++ b/xsd_rs/xmlmime/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" xsd-macro-utils = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } xsd-types = { git = "https://github.com/lumeohq/xsd-parser-rs", rev = "7f3d433" } yaserde = "0.7.1" diff --git a/xsd_rs/xop/Cargo.toml b/xsd_rs/xop/Cargo.toml index f57d9b4..583238b 100644 --- a/xsd_rs/xop/Cargo.toml +++ b/xsd_rs/xop/Cargo.toml @@ -6,6 +6,6 @@ license = "MIT" [dependencies] validate = { path = "../../validate" } -xml-rs = "0.8.3" +xml-rs = "=0.8.3" yaserde = "0.7.1" yaserde_derive = "0.7.1"