Skip to content

Commit fc2edab

Browse files
Update Rust crate flexi_logger to 0.29.0
1 parent d60e1ba commit fc2edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ comma-v = { path = "comma-v" }
1717
# Temporarily the Git repo until the fix for
1818
# https://github.com/tokio-rs/console/issues/180 lands in a release.
1919
console-subscriber = { git = "https://github.com/tokio-rs/console" }
20-
flexi_logger = { version = "0.22.3", features = ["async", "colors"] }
20+
flexi_logger = { version = "0.29.0", features = ["async", "colors"] }
2121
flume = "0.10.10"
2222
git-cvs-fast-import-process = { path = "internal/process" }
2323
git-cvs-fast-import-state = { path = "internal/state" }

0 commit comments

Comments
 (0)