We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c522b commit 7281de6Copy full SHA for 7281de6
.github/workflows/CI.yml
@@ -79,6 +79,8 @@ jobs:
79
tool: protoc@3.20.3
80
- run: cargo update -p tokio --precise 1.38.1
81
- 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
84
- run: cargo test -p tower-http --all-features
85
86
style:
0 commit comments