We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e1d325 + dabcf62 commit 1615309Copy full SHA for 1615309
1 file changed
crates/terraphim_tui/Cargo.toml
@@ -41,7 +41,7 @@ chrono = { version = "0.4", features = ["serde"] }
41
rustyline = { version = "14.0", optional = true }
42
colored = { version = "3.0", optional = true }
43
comfy-table = { version = "7.0", optional = true }
44
-indicatif = { version = "0.17", optional = true }
+indicatif = { version = "0.18", optional = true }
45
dirs = { version = "5.0", optional = true }
46
47
terraphim_types = { path = "../terraphim_types" }
0 commit comments