ci: Downgrade tokio to 1.29 and flate2 to 1.0.26 (#7646)

* ci: Downgrade tokio to 1.29

* downgrade flate2 too
This commit is contained in:
Fabian-Lars 2023-08-18 02:14:38 +02:00 committed by GitHub
parent 58d6b899e2
commit 8c5fcf41e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,8 @@ jobs:
cargo update -p colored --precise 2.0.2
cargo update -p tempfile --precise 3.6.0
cargo update -p serde_with:3.2.0 --precise 3.0.0
cargo update -p tokio --precise 1.29.0
cargo update -p flate2 --precise 1.0.26
- name: test
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}