Skip to content

Commit 46c218a

Browse files
committed
Merge #1859: ci: pin idna_adapter dep to fix reqest with MSRV 1.75
d4670b3 ci: pin idna_adapter dep to fix reqwest with MSRV 1.75 (Steve Myers) Pull request description: ### Description The `bdk_esplora` crate depends on `reqwest` which now pins it's `idna_adapter` version to support newer versions of the `url` crate when testing with it's MSRV. I fixed our CI 1.75 MSRV build by also pinning the `idna_adapter`. ### Notes to the reviewers The MSRV break was fixed by the `reqwest` team with seanmonstar/reqwest#2470. This change was made 2 mo ago, I'm not sure why our CI only broke now. ### Changelog notice - Pin idna_adapter dep to fix reqwest with MSRV 1.75. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: evanlinjin: ACK d4670b3 Tree-SHA512: a9eeccf682400272c14ced1141ccbe18a45d614d3ff7f71409c5958c24e1f7d18c96464f2b784d6f2fb5df70e99d8b8410166ff43d15e67a4df0e0a164577e0f
2 parents 7f95f57 + d4670b3 commit 46c218a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
cargo update -p home --precise "0.5.9"
5151
cargo update -p native-tls --precise "0.2.13"
52+
cargo update -p idna_adapter --precise "1.1.0"
5253
- name: Pin dependencies for MSRV
5354
if: matrix.rust.version == '1.63.0'
5455
run: ./ci/pin-msrv.sh

0 commit comments

Comments
 (0)