Skip to content

Commit

Permalink
cargo-deny: Allow Zlib license
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlightishere committed Oct 17, 2024
1 parent 6ebe161 commit 6e4efc0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ targets = [
#
# See also: https://github.com/EmbarkStudios/cargo-deny/pull/611
version = 2
ignore = [
# This does not directly affect us at the moment,
# and we only encouter this due to transient usage.
#
# We'll need to wait for a new version of
# `utopia` to be released:
# https://github.com/juhaku/utoipa/issues/1028
"RUSTSEC-2024-0370"
]

[bans]
multiple-versions = "warn" # only warn since `tonic` doesn't support Axum 0.7 / Hyper 1
Expand All @@ -63,6 +54,7 @@ allow = [
"MPL-2.0",
"BSD-3-Clause",
"ISC",
"Zlib",
]
exceptions = [
# unicode-ident includes data generated from Unicode Character Database
Expand Down

0 comments on commit 6e4efc0

Please sign in to comment.