Closed notmandatory closed 2 years ago
Did a cargo update to update miniscript dependency in Cargo.lock to 6.1.0 and fix related audit issue.
cargo update
miniscript
6.1.0
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
There is still one audit issue that I can't figure out how to fix, I created #85 to track it.
cargo fmt
cargo clippy
CHANGELOG.md
Description
Did a
cargo update
to updateminiscript
dependency in Cargo.lock to6.1.0
and fix related audit issue.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:
cargo fmt
andcargo clippy
before committingNew Features:
CHANGELOG.md
Bugfixes: