summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a65b444..8dbc5ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",