diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1f4bd08d..4b3fba259 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.2 --precise 4.4.18 - cd examples/adder && cargo update -p clap@4.5.2 --precise 4.4.18 + cargo update -p clap@4.5.3 --precise 4.4.18 + cd examples/adder && cargo update -p clap@4.5.3 --precise 4.4.18 - name: test run: cargo test --all --features unstable,legacy lint: