mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
deny: Drop special-casing for rusoto plugins
This was added because we were on an older version of Rusoto, which is no longer the case.
This commit is contained in:
parent
d398d4a7dc
commit
7dc2de0c6c
1 changed files with 0 additions and 8 deletions
|
@ -26,14 +26,6 @@ confidence-threshold = 0.8
|
|||
multiple-versions = "deny"
|
||||
highlight = "all"
|
||||
|
||||
skip-tree = [
|
||||
# Need to upgrade rusoto dep: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/312
|
||||
{ name = "gst-plugin-rusoto" },
|
||||
{ name = "rusoto_core" },
|
||||
# Metadeps needs to update error-chain: https://github.com/joshtriplett/metadeps/pull/12
|
||||
{ name = "metadeps", depth = 2 },
|
||||
]
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
|
|
Loading…
Reference in a new issue