Skip to content

Commit 8149e1b

Browse files
committed
Merge #2058: fix(ci): update webpki-roots pinned version
4f61f1f fix(ci): update `webpki-roots` pinned version (Leonardo Lima) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description <!-- Describe the purpose of this PR, what's being adding and/or fixed --> ### Notes to the reviewers <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ### Changelog notice <!-- Notice the release manager should include in the release tag message changelog --> <!-- See https://keepachangelog.com/en/1.0.0/ for examples --> ### Checklists #### All Submissions: * [ ] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) #### New Features: * [ ] I've added tests for the new feature * [ ] I've added docs for the new feature #### Bugfixes: * [ ] This pull request breaks the existing API * [ ] I've added tests to reproduce the issue which are now passing * [ ] I'm linking the issue being fixed by this PR ACKs for top commit: notmandatory: ACK 4f61f1f ValuedMammal: ACK 4f61f1f Tree-SHA512: a98ee3bdcdf5f2ce4dadd036eee3c9b479c889ae2ceca77fb796f5f68f919522fa9c9fbde56d94a24d3bf671723b6e886ce1bb747eac84f9339a817cfa0f4835
2 parents 00b5f02 + 4f61f1f commit 8149e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pin-msrv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cargo update -p once_cell --precise "1.20.3"
2828
cargo update -p base64ct --precise "1.6.0"
2929
cargo update -p minreq --precise "2.13.2"
3030
cargo update -p tracing-core --precise "0.1.33"
31-
cargo update -p [email protected].2 --precise "1.0.1"
31+
cargo update -p [email protected].3 --precise "1.0.1"
3232
cargo update -p rayon --precise "1.10.0"
3333
cargo update -p rayon-core --precise "1.12.1"
3434
cargo update -p [email protected] --precise "0.5.10"

0 commit comments

Comments
 (0)