Skip to content

Commit 06bdd00

Browse files
committed
fix(ci): upgrade cargo-deny to 0.19.0
1 parent 89b91ab commit 06bdd00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
4545
with:
4646
restore-cache: false
47-
# Pinned to 0.18.9+ for CVSS 4.0 support (EmbarkStudios/cargo-deny#805)
48-
tools: cargo-deny@0.18.9
47+
# Pinned to 0.18.6+ for CVSS 4.0 support (EmbarkStudios/cargo-deny#805)
48+
tools: cargo-deny@0.19.0
4949

5050
- run: cargo deny check

0 commit comments

Comments
 (0)