Skip to content

Commit 0f377c5

Browse files
committed
cargo update
1 parent 324f969 commit 0f377c5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ priority = "optional"
2121

2222
[dependencies]
2323
color_quant = "1.1.0"
24-
colored= "2.0.0"
24+
colored = "2.0.0"
2525
git2 = { version = "0.13.17", default-features = false }
2626
json = "0.12.4"
2727
tokei = "12.1.2"
@@ -46,12 +46,12 @@ byte-unit = "4.0.10"
4646
ansi_term = "0.12"
4747

4848
[target.'cfg(not(windows))'.dependencies]
49-
libc = "0.2.88"
49+
libc = "0.2.89"
5050
base64 = "0.13.0"
5151

5252
[dev-dependencies]
5353
more-asserts = "0.2"
54-
paste = "1"
54+
paste = "1.0.5"
5555

5656
[features]
5757
fail-on-deprecated = []

0 commit comments

Comments
 (0)