Skip to content

Commit a186f00

Browse files
committed
ci: pin minreq to 2.13.2
1 parent 1a3b420 commit a186f00

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cargo update -p native-tls --precise "0.2.13"
5252
cargo update -p idna_adapter --precise "1.1.0"
5353
cargo update -p base64ct --precise "1.6.0"
54+
cargo update -p minreq --precise "2.13.2"
5455
- name: Pin dependencies for MSRV
5556
if: matrix.rust.version == '1.63.0'
5657
run: ./ci/pin-msrv.sh

ci/pin-msrv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ cargo update -p bzip2-sys --precise "0.1.12"
2727
cargo update -p ring --precise "0.17.12"
2828
cargo update -p once_cell --precise "1.20.3"
2929
cargo update -p base64ct --precise "1.6.0"
30+
cargo update -p minreq --precise "2.13.2"

0 commit comments

Comments
 (0)