Update and fix cargo-deny (#421)

* Update and fix cargo-deny

* We are not free of syn

* More cargo-deny fixes
This commit is contained in:
valadaptive 2025-09-09 09:51:08 -04:00 committed by GitHub
parent 2610c869f6
commit 355b7febb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 66 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
build:
runs-on: ubuntu-latest
steps: