Skip to content

Commit 2df003b

Browse files
committed
removed reqwest from workflows.
1 parent ee96f7a commit 2df003b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
- name: Pin dependencies for MSRV
5555
if: matrix.rust.version == '1.63.0'
5656
run: |
57-
cargo update -p reqwest --precise "0.12.4"
5857
cargo update -p minreq --precise "2.13.2"
5958
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
6059
cargo update -p time --precise "0.3.20"

0 commit comments

Comments
 (0)