mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-10 19:25:26 +00:00
deny: Update
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1240>
This commit is contained in:
parent
8a7a1f519c
commit
cdd084bbe8
1 changed files with 17 additions and 6 deletions
23
deny.toml
23
deny.toml
|
@ -120,9 +120,6 @@ version = "0.13"
|
|||
name = "windows-sys"
|
||||
version = "0.42"
|
||||
[[bans.skip]]
|
||||
name = "windows-sys"
|
||||
version = "0.45"
|
||||
[[bans.skip]]
|
||||
name = "windows_x86_64_msvc"
|
||||
version = "0.42"
|
||||
[[bans.skip]]
|
||||
|
@ -143,9 +140,6 @@ version = "0.42"
|
|||
[[bans.skip]]
|
||||
name = "windows_aarch64_gnullvm"
|
||||
version = "0.42"
|
||||
[[bans.skip]]
|
||||
name = "windows-targets"
|
||||
version = "0.42"
|
||||
|
||||
# Various crates depend on an older version of socket2
|
||||
[[bans.skip]]
|
||||
|
@ -183,6 +177,23 @@ version = "0.6"
|
|||
name = "regex-syntax"
|
||||
version = "0.6"
|
||||
|
||||
# rayon/crossbeam depend on an older version of memoffset
|
||||
# https://github.com/crossbeam-rs/crossbeam/pull/981
|
||||
[[bans.skip]]
|
||||
name = "memoffset"
|
||||
version = "0.8"
|
||||
|
||||
# publicsuffix depends on an older version of idna
|
||||
# https://github.com/rushmorem/publicsuffix/pull/39
|
||||
[[bans.skip]]
|
||||
name = "idna"
|
||||
version = "0.3"
|
||||
|
||||
# Various crates depend on an older version of fastrand
|
||||
[[bans.skip]]
|
||||
name = "fastrand"
|
||||
version = "1.0"
|
||||
|
||||
[sources]
|
||||
unknown-registry = "deny"
|
||||
unknown-git = "deny"
|
||||
|
|
Loading…
Reference in a new issue