pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

Update reqwest #222

Closed Tiwalun closed 2 months ago

Tiwalun commented 3 months ago

And updating reqwest removes a duplicate dep in probe-rs.

Tiwalun commented 3 months ago

The update to minidom v0.13 means that XML elements are required to have a namespace, which breaks the tests. That requires some more work to fix, so I've removed from this PR.

mathias-arm commented 2 months ago

I rebased and squashed your PR (your old branch is saved at https://github.com/mbrossard/cmsis-pack-manager/tree/update-deps). I found the same issue with minidom.