deps(cargo): lock compatible patch/minor bumps - #229
Merged
Conversation
cargo update after reviewing changelogs, publishers, and RustSec
against the current lock. No unpatched advisory on the graph.
Takes: bitcoin-consensus-encoding 1.1.0→1.2.0 (API expose/docs),
cc 1.4.0→1.4.4 and find-msvc-tools 0.1.9→0.1.11 (compiler probes),
futures-channel 0.3.33→0.3.34 (waker identity, match rest of 0.3.34),
http-body-util 0.1.4→0.1.5 (docs), log 0.4.33→0.4.34 (alloc boxed
loggers), rand 0.8.7→0.8.8 (no-std+serde1 build; 0.8.6 already
covers RUSTSEC-2026-0097), syn 3.0.3→3.0.4 (safe fn parse),
zerocopy{,-derive} 0.8.55→0.8.56 (pinning/kani/path parse).
Skipped: bitcoin_hashes 1.x (co-bump with bitcoin), tokio-tungstenite
0.30 (axum 0.8 still on 0.29; dual-graph). Direct crates already at
latest compatible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cargo updateon currentmasterafter a changelog + publisher + RustSec review. Lock-only (plus CHANGELOG). DirectCargo.tomlcrates were already at latest compatible.Security review
Scanned the lock against RustSec advisory-db (clone 2026-08-25). Historical hits (
bytesRUSTSEC-2026-0007,randRUSTSEC-2026-0097,tokioRUSTSEC-2025-0023,slabRUSTSEC-2025-0047,ruzstdRUSTSEC-2024-0400,tungsteniteRUSTSEC-2023-0065, plus older hyper/http/mio/shlex/zerocopy/…) are already in patched ranges. No unpatched advisory on this graph.Aug 2026
proc-macro1/arrayrefdropper: none of those crates are in the lock. Taken bumps are from long-standing owners (apoelstra,dtolnay,dhardy,joshlf,KodrAus,seanmonstar,taiki-e) or GitHub Trusted Publishing (rust-lang/cc-rs,rust-random/rand). No new required deps, no newbuild.rscrates, licenses unchanged (cargo deny checkadvisories/bans/licenses/sources ok).Taken (compatible
cargo update)bitcoin-consensus-encodingccBuild::envin Android llvm-ar / flag probes; NEON vs VFPv4; frame-pointer CFLAGS; MSRV 1.65. Trusted Publishingrust-lang/cc-rs.secp256k1-sys). Probe/env honoring, not a new compiler invocation path.find-msvc-toolsfutures-channelfutures-util0.3.34. taiki-e.http-body-utildoc_auto_cfg→doc_cfg(2 commits). seanmonstar. Same deps.logallocboxed loggers. KodrAus.log’s boxed logger path (rbitcoin-log).rand--no-default-features --features serde1(#1825). dhardy; Trusted Publishingrust-random/rand(sha572d3b0). 3 commits.>= 0.8.6. Used viasecp256k10.29.synsafe fninForeignItemFnparse (#2078). dtolnay GPG-signed tag.zerocopy/zerocopy-deriveextern crate alloc,crate =path parse. joshlf / google/zerocopy.>= 0.7.31.Deliberately skipped
bitcoin_hashesbitcoin/ bip324 only (.github/dependabot.yml,docs/reproducible-builds.md).tokio-tungstenite/tungstenitematchit0.8.6,generic-array0.14.9cargo updateleft them (axum / digest).chacha20-poly13050.2,libc1.0-alpha,rand0.9→0.10Direct crates already current:
serde1.0.229,serde_json1.0.151,axum0.8.9,tower0.5.3,tower-http0.7.0,bitcoin0.32.102,bip3240.11.0,tokio1.53.1,arc-swap1.9.2,mimalloc0.1.52,ruzstd0.9.0,io-uring0.7.14,libc0.2.189,getrandom0.4.3,base640.23.1,http1.5.0,hyper1.11.0.Verify
cargo deny check— advisories/bans/licenses/sources okcargo check -p rbitcoin-consensus -p rbitcoin-esplora -p rbitcoin-store -p rbitcoin-netNot merged; CI must go green.