We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b91ab commit 06bdd00Copy full SHA for 06bdd00
1 file changed
.github/workflows/deny.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: oxc-project/setup-rust@d286d43bc1f606abbd98096666ff8be68c8d5f57 # v1.0.0
45
with:
46
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
+ # Pinned to 0.18.6+ for CVSS 4.0 support (EmbarkStudios/cargo-deny#805)
+ tools: cargo-deny@0.19.0
49
50
- run: cargo deny check
0 commit comments