Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit d98654e

Browse files
committed
Update cargo-deny used in CI (#10655)
Our pinned version is pretty out-of-date and seems like it's having difficulty parsing more recent Cargo syntax in the wasip3-prototyping fork.
1 parent bfa956b commit d98654e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- uses: ./.github/actions/install-rust
104104
- run: |
105105
set -e
106-
curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.14.5/cargo-deny-0.14.5-x86_64-unknown-linux-musl.tar.gz | tar xzf -
106+
curl -L https://github.com/EmbarkStudios/cargo-deny/releases/download/0.18.2/cargo-deny-0.18.2-x86_64-unknown-linux-musl.tar.gz | tar xzf -
107107
mv cargo-deny-*-x86_64-unknown-linux-musl/cargo-deny cargo-deny
108108
echo `pwd` >> $GITHUB_PATH
109109
- run: cargo deny check bans licenses

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Documentation for this configuration file can be found here
22
# https://embarkstudios.github.io/cargo-deny/checks/cfg.html
33

4+
[graph]
45
targets = [
56
{ triple = "x86_64-unknown-linux-gnu" },
67
{ triple = "x86_64-apple-darwin" },
@@ -13,14 +14,13 @@ targets = [
1314
allow = [
1415
"Apache-2.0 WITH LLVM-exception",
1516
"Apache-2.0",
16-
"BSD-2-Clause",
1717
"BSD-3-Clause",
1818
"ISC",
1919
"MIT",
2020
"MPL-2.0",
21-
"OpenSSL",
2221
"Unicode-DFS-2016",
2322
"Zlib",
23+
"Unicode-3.0",
2424
]
2525

2626
[[licenses.clarify]]

0 commit comments

Comments
 (0)