]> Untitled Git - bdk-cli/commitdiff
Merge bitcoindevkit/bdk-cli#270: fix: fix RUSTSEC-2026-0097 for rand 0.9 master github/master
authormerge-script <withtvpeter@gmail.com>
Tue, 21 Apr 2026 13:05:09 +0000 (14:05 +0100)
committermerge-script <withtvpeter@gmail.com>
Tue, 21 Apr 2026 13:05:09 +0000 (14:05 +0100)
77dc466ca54eb8466e8670428c384fc34c6a81ac chore: update rand 0.9.2 -> 0.9.3 (Vadim Anufriev)

Pull request description:

  Fixes #269

  Update transitive dependency `rand` from 0.9.2 to 0.9.3 via `cargo update -p rand@0.9.2` to resolve RUSTSEC-2026-0097.

  Note: #268 (`rand 0.8.5` via `secp256k1` and others) remains unaffected by this change and needs to be fixed upstream.

  ### Checklists

  #### All Submissions:

  * [x] I've signed all my commits
  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md)
  * [x] I ran `cargo fmt` and `cargo clippy` before committing

Top commit has no ACKs.

Tree-SHA512: b1acee0469b25b8c3e334af0c045df426652995ce8e0da9cff99d391768ef0fb75f99e50f8dfef36a840b2d6f5e7fb0b125e8bfed46952236595b7c81d0f52b1


Trivial merge