Skip to content

Commit 3b8f679

Browse files
committed
try to avoid pulling in sha-1 assembly while leaving everything else unchanged.
1 parent 6a69c41 commit 3b8f679

File tree

3 files changed

+77
-63
lines changed

3 files changed

+77
-63
lines changed

Cargo.lock

Lines changed: 75 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bytecount = "0.6.3"
3434
clap = {version = "3.2.17", features = ["derive"]}
3535
clap_complete = "3.2.4"
3636
color_quant = "1.1.0"
37-
git-repository = {version = "0.21.1", features = ["max-performance", "unstable", "serde1"]}
37+
git-repository = {version = "0.22.0", features = ["max-performance-safe", "unstable", "serde1"]}
3838
git2 = {version = "0.15.0", default-features = false}
3939
image = "0.24.3"
4040
owo-colors = "3.4.0"

0 commit comments

Comments
 (0)