mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 10:13:47 +00:00
deny: Update
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2082>
This commit is contained in:
parent
902779ca4e
commit
c1d6431113
1 changed files with 25 additions and 0 deletions
25
deny.toml
25
deny.toml
|
@ -23,6 +23,7 @@ allow = [
|
|||
"Apache-2.0",
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
"MPL-2.0",
|
||||
"NCSA",
|
||||
]
|
||||
confidence-threshold = 0.8
|
||||
|
||||
|
@ -286,6 +287,30 @@ version = "2"
|
|||
name = "core-foundation"
|
||||
version = "0.9"
|
||||
|
||||
# Various crates depend on old zerocopy
|
||||
[[bans.skip]]
|
||||
name = "zerocopy"
|
||||
version = "0.7"
|
||||
|
||||
# Various crates depend on old wasi
|
||||
[[bans.skip]]
|
||||
name = "wasi"
|
||||
version = "0.11"
|
||||
|
||||
# Various crates depend on old rand
|
||||
[[bans.skip]]
|
||||
name = "rand_core"
|
||||
version = "0.6"
|
||||
[[bans.skip]]
|
||||
name = "rand_chacha"
|
||||
version = "0.3"
|
||||
[[bans.skip]]
|
||||
name = "rand"
|
||||
version = "0.8"
|
||||
[[bans.skip]]
|
||||
name = "getrandom"
|
||||
version = "0.2"
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
|
|
Loading…
Reference in a new issue