bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
111 stars 65 forks source link

Update miniscript version to 6.1.0 #86

Closed notmandatory closed 2 years ago

notmandatory commented 2 years ago

Description

Did a cargo update to update miniscript dependency in Cargo.lock to 6.1.0 and fix related audit issue.

Crate:         miniscript
Version:       6.0.1
Warning:       yanked
Dependency tree: 
miniscript 6.0.1
└── bdk 0.17.0
    ├── bdk-reserves 0.17.0
    │   └── bdk-cli 0.5.0
    └── bdk-cli 0.5.0

Notes to the reviewers

There is still one audit issue that I can't figure out how to fix, I created #85 to track it.

Checklists

All Submissions:

New Features:

Bugfixes: