Skip to content

Commit

Permalink
fix: fix MSRV for flate2
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirfomene committed Oct 13, 2023
1 parent 0618c07 commit 90676b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cargo update -p rustls:0.20.9 --precise "0.20.8"
cargo update -p tokio:1.33.0 --precise "1.29.1"
cargo update -p tokio-util --precise "0.7.8"
cargo update -p flate2:1.0.27 --precise "1.0.26"
cargo update -p flate2:1.0.28 --precise "1.0.26"
cargo update -p reqwest --precise "0.11.18"
cargo update -p h2 --precise "0.3.20"
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
Expand Down

0 comments on commit 90676b7

Please sign in to comment.