Skip to content

Commit

Permalink
ci: downgrade h2 and reqwest (#7717)
Browse files Browse the repository at this point in the history
* ci: downgrade h2 to 0.3.20

* reqwest

* Update test-core.yml

---------

Co-authored-by: Amr Bashir <[email protected]>
  • Loading branch information
FabianLars and amrbashir authored Aug 30, 2023
1 parent 09f7f57 commit 85112e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
cargo update -p serde_with:3.3.0 --precise 3.0.0
cargo update -p tokio --precise 1.29.0
cargo update -p flate2 --precise 1.0.26
cargo update -p h2 --precise 0.3.20
cargo update -p reqwest --precise 0.11.18
- name: test
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}

0 comments on commit 85112e7

Please sign in to comment.