hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

fix: Fix `cargo audit` warnings #5183

Closed dima74 closed 2 days ago

dima74 commented 3 days ago

Fixes #5172

cargo audit founds 4 warnings and no critical errors.


This is a false-positive caused by Cargo.lock containing optional dependencies. However I noticed that we have dependency byte-unit used only once in bench code. I removed this dependency and the warning disappears


Fix: Update owo-colors to v4


Fix: Update to 0.3.31