mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
deny: Update for latest version of dependencies
This commit is contained in:
parent
d03c6cb26a
commit
11d17b8de9
1 changed files with 13 additions and 6 deletions
19
deny.toml
19
deny.toml
|
@ -72,12 +72,6 @@ version = "0.2"
|
|||
name = "winapi"
|
||||
version = "0.2"
|
||||
|
||||
# ignore duplicated deps because of image depending on old num-rational
|
||||
# https://github.com/image-rs/image/pull/1263
|
||||
[[bans.skip]]
|
||||
name = "num-rational"
|
||||
version = "0.2"
|
||||
|
||||
# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
|
||||
# hyperx, reqwest depending on old time
|
||||
# https://github.com/chronotope/chrono/issues/400
|
||||
|
@ -98,6 +92,19 @@ version = "0.2.13"
|
|||
[[bans.skip]]
|
||||
name = "tokio-macros"
|
||||
|
||||
# ignore duplicated textwrap dependency because clap depends on an old version
|
||||
# https://github.com/clap-rs/clap/pull/1994
|
||||
[[bans.skip]]
|
||||
name = "textwrap"
|
||||
version = "0.11"
|
||||
|
||||
# ignore duplicated miniz_oxide dependency because png/tiff depend on an old version
|
||||
# https://github.com/image-rs/image-tiff/pull/76
|
||||
# https://github.com/image-rs/image-png/pull/235
|
||||
[[bans.skip]]
|
||||
name = "miniz_oxide"
|
||||
version = "0.3"
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
|
|
Loading…
Reference in a new issue