Skip to content

Commit 7281de6

Browse files
authored
ci: pin flate2 and once_cell in msrv job (#549)
1 parent d0c522b commit 7281de6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
tool: protoc@3.20.3
8080
- run: cargo update -p tokio --precise 1.38.1
8181
- run: cargo update -p tokio-util --precise 0.7.11
82+
- run: cargo update -p flate2 --precise 1.0.35
83+
- run: cargo update -p once_cell --precise 1.20.3
8284
- run: cargo test -p tower-http --all-features
8385

8486
style:

0 commit comments

Comments
 (0)