Deps: Update transitive dependencies quinn-proto and aws-lc-sys #251
Deps: Update transitive dependencies quinn-proto and aws-lc-sys #251tvpeter merged 4 commits intobitcoindevkit:masterfrom
quinn-proto and aws-lc-sys #251Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #251 +/- ##
==========================================
+ Coverage 10.84% 11.13% +0.29%
==========================================
Files 8 8
Lines 2472 2488 +16
==========================================
+ Hits 268 277 +9
- Misses 2204 2211 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
oleonardolima
left a comment
There was a problem hiding this comment.
utACK
As far as I can tell, the aws-lc-rs and aws-lc-sys issues should be handled by a simple cargo update.
However, if you'd like to pin their version, you should also check if it's better to pin the rustls instead, as aws-lc-sys is a transitive dependency from it.
Yes, it was a simple |
f45c616 to
059eed4
Compare
Because we have different versions of rustls-webpki in the project dependency, this updated version is a dependency of `rustls``
This PR also update: - clap to v4.6 - clap_complete to v4.6 - env_logger to v0.11.10 - thiserror to v2.0.18 - tracing to v0.1.44 - toml to v1.1.0 - bdk_electrum to v0.23.2 - bdk_kyoto to v0.15.4 - bdk_redb to v0.1.1 - reqwest to v0.13.2 - url to v2.5.8
8bbbe44 to
fb9fe29
Compare
There was a problem hiding this comment.
I'm OK with bumping version in Cargo.toml and doing the cargo update to fix transient dependencies. For this project it should be OK to be on latest stable everything and make sure known vulnerabilities fixed.
tACK fb9fe29
% cargo audit
Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
Loaded 995 security advisories (from /Users/steve/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (351 crate dependencies)
%
Description
This PR updates transitive dependencies
quinn-protoandaws-lc-systo fix identified vulnerabilities.Other
aws-lc-syslinked vulnerabilities fixed by this update include:rustls-webpkiv0.103.8This PR also update:
Fixes #249, #250, #258, #259, #260, #261, #262 and #264
All Submissions:
cargo fmtandcargo clippybefore committing