Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Update serde-xml-rs dependency to 0.4 (from 0.3)
Browse files Browse the repository at this point in the history
This should remove `error-chain` from the dependency tree, allowing an `AzureError` that is `Sync`.

See #259 and #260.
  • Loading branch information
nbigaouette authored Apr 29, 2020
1 parent 4eb1d2e commit 7fc52c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_sdk_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ quick-error = "1.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde-xml-rs = "0.3"
serde-xml-rs = "0.4"
time = "0.1"
url = "2.1"
uuid = { version = "0.8", features = ["v4"] }
Expand Down

0 comments on commit 7fc52c8

Please sign in to comment.