Commit 822ce5e
committed
62ce876 chore(ci): pin `openssl-sys` to `0.9.109` (Leonardo Lima)
37b2d0c chore(ci): pin `openssl` to `0.10.73` (Leonardo Lima)
f4cb601 chore(ci): pin `syn` to `2.0.106` (Leonardo Lima)
0920b05 chore(ci): pin `quote` to `1.0.41` (Leonardo Lima)
3bc7a9a chore(ci): pin `[email protected]` instead of `0.6.0` (Leonardo Lima)
00590bf chore(ci): pin `[email protected]` instead of `1.0.3` (Leonardo Lima)
bed41fa chore(ci): pin `proptest` to `1.8.0` on `1.75.0` MSRV (Leonardo Lima)
Pull request description:
### Description
The `proptest` dependency is used in `bdk_chain`, it's already pinned to `1.2.0` on `1.63.0` MSRV, and wasn't a problem on the `1.75.0` MSRV. Recently, it also released a new version, bumping their MSRV, on `proptest 1.9.0`.
It adds a new step to pin it to `1.8.0` on the `1.75.0` MSRV CI step.
edit: I also had to update the pinned version `[email protected]` and `[email protected]`.
### Notes to the reviewers
It only applies to `release/chain-0.23.x` branch; the master is already on `1.85.0` MSRV, which is not affected.
### Changelog notice
```
### Changed
- deps: pin `proptest` to `1.8.0` on `1.75.0` MSRV
# all the pinned dependencies below affect only the `1.63.0` MSRV
- deps: pin `openssl` to `0.10.73`
- deps: pin `openssl-sys` to `0.9.109`
- deps: pin `syn` to `2.0.106`
- deps: pin `quote` to `1.0.41`
- deps: pin `[email protected]` instead of `0.6.0`
- deps: pin `[email protected]` instead of `1.0.3`
```
### Checklists
#### All Submissions:
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
ACKs for top commit:
ValuedMammal:
ACK 62ce876 No need to squash IMO.
luisschwab:
ACK 62ce876
Tree-SHA512: 6c6697cc5b517825dfde1ea717bfed5ffef724b3a9de62caf9e63c591a269092e6e422946d3f971f1e91a00d6875776d60063764d28312e3c98faaf679f16ec7
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments