diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d22de5635..1785675c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,8 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Downgrade dependencies run: | - cargo update -p clap@4.5.0 --precise 4.4.18 - cd examples/adder && cargo update -p clap@4.5.0 --precise 4.4.18 + cargo update -p clap@4.5.1 --precise 4.4.18 + cd examples/adder && cargo update -p clap@4.5.1 --precise 4.4.18 - name: test run: cargo test --all --features unstable,legacy lint: @@ -79,4 +79,4 @@ jobs: - name: Install Audit run: cargo install cargo-audit - name: Run Audit - run: cargo audit + run: cargo audit