deny: Update

This commit is contained in:
Sebastian Dröge 2023-03-27 11:19:21 +03:00
parent 002e22510f
commit 539051c892

View file

@ -97,12 +97,6 @@ version = "0.5"
name = "idna"
version = "0.2"
# image depends on older gif
# https://github.com/image-rs/image/pull/1826
[[bans.skip]]
name = "gif"
version = "0.11"
# field-offset and nix depend on an older memoffset
# https://github.com/Diggsey/rust-field-offset/pull/23
# https://github.com/nix-rust/nix/pull/1885
@ -143,6 +137,12 @@ version = "1.0"
name = "bitflags"
version = "1.0"
# cargo-lock depends on an old version of the toml crate
# https://github.com/rustsec/rustsec/pull/805
[[bans.skip]]
name = "toml"
version = "0.5"
[sources]
unknown-registry = "deny"
unknown-git = "deny"