Skip to content

Commit

Permalink
chore: Deny idna_adapter >=1.1, unicode-normalization, and icu_normal…
Browse files Browse the repository at this point in the history
…izer deps
  • Loading branch information
torokati44 committed Dec 9, 2024
1 parent c59c6f2 commit 241a6ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ deny = [
# Having multiple versions of this can silently cause images (such as
# the logo in the about dialog) in egui to not appear.
{ name = "image", deny-multiple-versions = true },
# Force using the 1.0.x series, with no actual IDNA support. We don't
# need it (Flash Player didn't support it), so it would just add bloat.
# See: https://crates.io/crates/idna_adapter/
"idna_adapter:>=1.1",
# Would be used by the 1.1 series of idna_adapter.
"unicode-normalization",
# Would be used by the 1.2 series of idna_adapter.
"icu_normalizer",
]

[sources]
Expand Down

0 comments on commit 241a6ad

Please sign in to comment.