Sebastian Dröge 2023-06-26 14:24:08 +03:00
parent bbb88da9e0
commit effe1bacdf

View file

@ -177,12 +177,6 @@ version = "0.6"
name = "regex-syntax" name = "regex-syntax"
version = "0.6" 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 # publicsuffix depends on an older version of idna
# https://github.com/rushmorem/publicsuffix/pull/39 # https://github.com/rushmorem/publicsuffix/pull/39
[[bans.skip]] [[bans.skip]]
@ -194,11 +188,13 @@ version = "0.3"
name = "fastrand" name = "fastrand"
version = "1.0" version = "1.0"
# dash-mpd depends on an older version of quick-xml # Various crates depend on an older version of indexmap / hashbrown
# https://github.com/emarsden/dash-mpd-rs/pull/32
[[bans.skip]] [[bans.skip]]
name = "quick-xml" name = "indexmap"
version = "0.28" version = "1.0"
[[bans.skip]]
name = "hashbrown"
version = "0.12"
[sources] [sources]
unknown-registry = "deny" unknown-registry = "deny"