diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2622,6 +2622,16 @@ dependencies = [ ] [[package]] +name = "indicatif-log-bridge" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63703cf9069b85dbe6fe26e1c5230d013dee99d3559cd3d02ba39e099ef7ab02" +dependencies = [ + "indicatif", + "log", +] + +[[package]] name = "input" version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3577,6 +3587,7 @@ dependencies = [ "clap", "clap_complete", "indicatif", + "indicatif-log-bridge", "lazy_static", "log", "ozone", |
