We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60e1ba commit fc2edabCopy full SHA for fc2edab
Cargo.toml
@@ -17,7 +17,7 @@ comma-v = { path = "comma-v" }
17
# Temporarily the Git repo until the fix for
18
# https://github.com/tokio-rs/console/issues/180 lands in a release.
19
console-subscriber = { git = "https://github.com/tokio-rs/console" }
20
-flexi_logger = { version = "0.22.3", features = ["async", "colors"] }
+flexi_logger = { version = "0.29.0", features = ["async", "colors"] }
21
flume = "0.10.10"
22
git-cvs-fast-import-process = { path = "internal/process" }
23
git-cvs-fast-import-state = { path = "internal/state" }
0 commit comments