Skip to content

Commit

Permalink
mock: Switch out xml-builder with quick-xml (#20)
Browse files Browse the repository at this point in the history
Last week `xml-builder` went from `0.5.3` to `0.5.4` making API changes
which stopped CI from passing.

On crates.io `xml-builder` has 7 dependents vs `quick-xml`s 650.

This currently passes `cargo test`, however more should probably be done
to verify this change doesn't produce different XML.

This MR is on top of #19
  • Loading branch information
em- authored Feb 7, 2025
2 parents 165241b + 1fdd7e8 commit 6be987e
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 363 deletions.
1 change: 0 additions & 1 deletion open-build-service-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ rand = "0.8.5"
serde = "1.0.125"
strum = "0.23"
strum_macros = "0.23"
xml-builder = "=0.5.3"
wiremock = "0.6.2"
base64ct = { version = "1.6.0", features = ["std"] }
Loading

0 comments on commit 6be987e

Please sign in to comment.