chore(rustsec): update rustls-webpki 0.103.10#281
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #281 +/- ##
=======================================
Coverage 10.96% 10.96%
=======================================
Files 8 8
Lines 2526 2526
=======================================
Hits 277 277
Misses 2249 2249
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Can this be fixed more permanently by updating to (future) releases of bitcoindevkit/rust-esplora-client#136 |
I looked into it, current status:
I'll check whether there's already an issue on |
Status update:
Both fixes are upstream, no local patching needed. |
|
The change from this PR is already in It only fixed half of the problem though. The $ cargo tree --all-features -i rustls-webpki@0.101.7
rustls-webpki v0.101.7
├── minreq v2.14.1
│ ├── esplora-client v0.12.3
│ │ └── bdk_esplora v0.22.2
│ │ └── bdk-cli v4.0.0 (/home/v/src/bitcoindevkit/bdk-cli)
│ └── jsonrpc v0.18.0
│ └── bitcoincore-rpc v0.19.0
│ ├── bdk_bitcoind_rpc v0.22.0
│ │ └── bdk-cli v4.0.0 (/home/v/src/bitcoindevkit/bdk-cli)
│ └── bitcoind v0.36.1
│ └── electrsd v0.28.0
│ └── bdk_testenv v0.13.1
│ [dev-dependencies]
│ └── bdk-cli v4.0.0 (/home/v/src/bitcoindevkit/bdk-cli)
├── minreq v2.14.1
│ [build-dependencies]
│ ├── bitcoind v0.36.1 (*)
│ └── electrsd v0.28.0 (*)
└── rustls v0.21.12
├── minreq v2.14.1 (*)
└── minreq v2.14.1 (*)
Closing as superseded by #242, I will open a tracking issue for the |
Fixes #276
Fixes #277
Fixes #280
Description
Update transitive dependency
rustls-webpkifrom0.103.10to0.103.13via:Notes to the reviewers
This does not fix
rustls-webpki 0.101.7, pulled in viaminreq:Checklists
All Submissions:
cargo fmtandcargo clippybefore committing