Skip to content

Commit e79d495

Browse files
vladimirfomeneevanlinjin
authored andcommitted
chore: fix MSRV for flate2
1 parent 3569acc commit e79d495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cargo update -p rustls:0.20.9 --precise "0.20.8"
3737
cargo update -p tokio:1.33.0 --precise "1.29.1"
3838
cargo update -p tokio-util --precise "0.7.8"
39-
cargo update -p flate2:1.0.27 --precise "1.0.26"
39+
cargo update -p flate2:1.0.28 --precise "1.0.26"
4040
cargo update -p reqwest --precise "0.11.18"
4141
cargo update -p h2 --precise "0.3.20"
4242
cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"

0 commit comments

Comments
 (0)