Skip to content

Commit

Permalink
chore: update deny.toml file to replace Unicode-DFS-2016 with Unicode…
Browse files Browse the repository at this point in the history
…-3.0

Update the `deny.toml` file to replace "Unicode-DFS-2016" with "Unicode-3.0".

* Replace "Unicode-DFS-2016" with "Unicode-3.0" in the `allow` section under `[licenses]`

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/fujiapple852/bounded-static?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
fujiapple852 committed Nov 21, 2024
1 parent cccc9fa commit ab9619a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[licenses]
version = 2
allow = [ "Apache-2.0", "MPL-2.0", "Unicode-DFS-2016" ]
allow = [ "Apache-2.0", "MPL-2.0", "Unicode-3.0" ]
confidence-threshold = 0.8
exceptions = []

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
db-urls = ["https://github.com/rustsec/advisory-db"]

0 comments on commit ab9619a

Please sign in to comment.