Skip to content

Commit 2cf74ea

Browse files
committed
Update Rust crate log to 0.4.17
1 parent d60e1ba commit 2cf74ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ flume = "0.10.10"
2222
git-cvs-fast-import-process = { path = "internal/process" }
2323
git-cvs-fast-import-state = { path = "internal/state" }
2424
git-fast-import = { path = "git-fast-import" }
25-
log = "0.4.14"
25+
log = "0.4.17"
2626
num_cpus = "1.13.1"
2727
parse_duration = "2.1.1"
2828
patchset = { path = "patchset" }

internal/process/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
git-fast-import = { path = "../../git-fast-import" }
11-
log = "0.4.14"
11+
log = "0.4.17"
1212
structopt = "0.3.26"
1313
thiserror = "1.0.30"
1414
tokio = { version = "1.16.1", features = ["io-util", "process", "sync"] }

internal/state/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
bincode = "1.3.3"
99
derive_more = "0.99.17"
1010
git-fast-import = { path = "../../git-fast-import" }
11-
log = "0.4.14"
11+
log = "0.4.17"
1212
serde = { version = "1.0.136", features = ["derive", "rc"] }
1313
speedy = "0.8.1"
1414
thiserror = "1.0.30"

0 commit comments

Comments
 (0)