Skip to content

Commit

Permalink
update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Siles committed Dec 10, 2024
1 parent e9b7828 commit 5a731bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
10 changes: 3 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[licenses]
version = 2
allow = ["Apache-2.0", "BSD-3-Clause", "MIT", "Unicode-DFS-2016", "ISC", "MPL-2.0"]
allow = ["Apache-2.0", "BSD-3-Clause", "MIT", "Unicode-3.0", "ISC"]

[[licenses.clarify]]
name = "ring"
Expand All @@ -12,15 +12,11 @@ multiple-versions = "warn"
wildcards = "deny"

skip = [
{ crate = "bitflags@1", reason = "used by `redox`, `security-framework` and `system-configuration`" },
{ crate = "[email protected]", reason = "used by `protobuf-parse`" },
{ crate = "[email protected]", reason = "used by `strum` and `sqlx`" },
{ crate = "indexmap@1", reason = "used by `protobuf-parse`" },
{ crate = "syn@1", reason = "used by `diff_derive`" },
{ crate = "bitflags@1", reason = "used by `redox`, `security-framework` and `system-configuration`" },
]

skip-tree = [
{ crate = "windows-sys", reason = "Several foundational crates are not yet up to date" },
{ crate = "windows-sys", reason = "Several foundational crates are not yet up to date" },
{ crate = "windows-targets", reason = "Several foundational crates are not yet up to date" },
]

Expand Down
33 changes: 15 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a731bf

Please sign in to comment.