Update to quick-xml 0.31

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1368>
This commit is contained in:
Sebastian Dröge 2023-10-24 09:55:50 +03:00
parent a2d7f42138
commit 73ff822d24
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ gst-pbutils = { package = "gstreamer-pbutils", git = "https://gitlab.freedesktop
m3u8-rs = "5.0"
chrono = "0.4"
dash-mpd = { version = "0.14", default-features = false }
quick-xml = { version = "0.30", features = ["serialize"] }
quick-xml = { version = "0.31", features = ["serialize"] }
serde = "1"
[build-dependencies]

View file

@ -20,7 +20,7 @@ byteorder = "1.0"
data-encoding = "2.4.0"
atomic_refcell = "0.1"
libloading = "0.8"
quick-xml = "0.30"
quick-xml = "0.31"
smallvec = { version = "1.11", features = ["const_generics"] }
thiserror = "1.0"