Skip to content

Commit

Permalink
Cargo: Fix version of xml-rs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 26, 2023
1 parent a49b43d commit 2152da9
Show file tree
Hide file tree
Showing 41 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion onvif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/accesscontrol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/accessrules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/actionengine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/advancedsecurity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/analytics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/authenticationbehavior/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/b_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/bf_2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/deviceio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/devicemgmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/doorcontrol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/imaging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/media/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/media2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/provisioning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/ptz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/receiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/recording/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/replay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/schedule/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/t_1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/thermal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/uplink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion wsdl_rs/ws_addr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion wsdl_rs/ws_discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion wsdl_rs/xml_xsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion xsd_rs/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/metadatastream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/onvif_xsd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/radiometry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/soap_envelope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/xmlmime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xsd_rs/xop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2152da9

Please sign in to comment.