flavors: Update to nom 7

This commit is contained in:
Sebastian Dröge 2021-09-09 09:13:03 +03:00 committed by Sebastian Dröge
parent 610f98dc2d
commit 426dc4c54d
2 changed files with 1 additions and 7 deletions

View file

@ -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]]

View file

@ -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"