lumeohq / onvif-rs

A native Rust ONVIF client library.
MIT License
114 stars 61 forks source link

Upgrade dependencies #56

Closed jplatte closed 3 years ago

jplatte commented 4 years ago

Actually, I should upgrade the ones in xml-types first.

jplatte commented 3 years ago

Needs a new release of yaserde that uses ::xml:: in generated code rather than just xml::.

jplatte commented 3 years ago

Reverted the yaserde upgrade for now since nobody is responding to the PR I made to fix their issue: https://github.com/media-io/yaserde/pull/97

Instead, I now upgraded tokio to 1.0 and did some additional refactoring (mostly to reduce the number of dependencies).