Add actions job to notice outdated dependencies

This commit is contained in:
David Tolnay
2022-06-06 15:57:48 -07:00
parent f901012df6
commit 845b928a63

View File

@@ -103,3 +103,12 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: cargo install cargo-fuzz --debug
- run: cargo fuzz build -O
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1