build: deny async-std and friends (#5849)

rationale: some crates pull these in as default; hopefully these hints
will require less cleanup-after and Cargo.lock file watching.

follow-up to #5848.
This commit is contained in:
Joonas Koivunen
2023-11-10 19:02:22 +02:00
committed by GitHub
parent a05f104cce
commit b7f45204a2
2 changed files with 22 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ jobs:
# https://github.com/EmbarkStudios/cargo-deny
- name: Check rust licenses/bans/advisories/sources
if: ${{ !cancelled() }}
run: cargo deny check
run: cargo deny check --hide-inclusion-graph
build-neon:
needs: [ check-permissions, tag ]