diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3252991..fcdba44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,4 +80,15 @@ jobs: toolchain: nightly - name: Remove lock run: rm Cargo.lock - - run: cargo build -Z minimal-versions \ No newline at end of file + - run: cargo build -Z minimal-versions + + dependency-updates: + name: dependency updates + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3.5.0 + - uses: dtolnay/rust-toolchain@stable + with: + toolchain: nightly + - name: Update packages + run: cargo update \ No newline at end of file