mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 10:06:29 +00:00
flavors: Update to nom 7
This commit is contained in:
parent
610f98dc2d
commit
426dc4c54d
2 changed files with 1 additions and 7 deletions
|
@ -120,12 +120,6 @@ version = "0.3"
|
|||
name = "ansi_term"
|
||||
version = "0.11"
|
||||
|
||||
# ignore duplicated nom dependency because gst-plugin-flavors / flavors has to
|
||||
# be updated
|
||||
[[bans.skip]]
|
||||
name = "nom"
|
||||
version = "6"
|
||||
|
||||
# ignore duplicated system-deps dependency because dav1d depends on an old version
|
||||
# https://github.com/rusoto/rusoto/pull/1915
|
||||
[[bans.skip]]
|
||||
|
|
|
@ -11,7 +11,7 @@ description = "Rust FLV Plugin"
|
|||
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
num-rational = { version = "0.4", default-features = false, features = [] }
|
||||
nom = "6"
|
||||
nom = "7"
|
||||
flavors = { git = "https://github.com/rust-av/flavors" }
|
||||
muldiv = "1.0"
|
||||
byteorder = "1.0"
|
||||
|
|
Loading…
Reference in a new issue