mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 04:51:26 +00:00
fmp4mux: Update to quick-xml 0.29
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1243>
This commit is contained in:
parent
1200ae0ee6
commit
63df653ad2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ gst-pbutils = { package = "gstreamer-pbutils", git = "https://gitlab.freedesktop
|
|||
m3u8-rs = "5.0"
|
||||
chrono = "0.4"
|
||||
dash-mpd = { version = "0.9", default-features = false }
|
||||
quick-xml = { version = "0.28", features = ["serialize"] }
|
||||
quick-xml = { version = "0.29", features = ["serialize"] }
|
||||
serde = "1"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue