Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-vcs/Cargo.toml')
-rw-r--r--helix-vcs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index 46c22ac3..a670e1c6 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -17,7 +17,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p
parking_lot.workspace = true
arc-swap.workspace = true
-gix = { version = "0.80.0", features = ["attributes", "status", "max-performance"], default-features = false, optional = true }
+gix = { version = "0.83.0", features = ["attributes", "status", "max-performance", "sha1"], default-features = false, optional = true }
imara-diff = "0.2.0"
anyhow = "1"