Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-vcs/Cargo.toml')
-rw-r--r--helix-vcs/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml
index 43d5d619..919df04a 100644
--- a/helix-vcs/Cargo.toml
+++ b/helix-vcs/Cargo.toml
@@ -19,7 +19,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p
parking_lot = "0.12"
arc-swap = { version = "1.7.1" }
-gix = { version = "0.66.0", features = ["attributes", "status"], default-features = false, optional = true }
+gix = { version = "0.67.0", features = ["attributes", "status"], default-features = false, optional = true }
imara-diff = "0.1.7"
anyhow = "1"
@@ -29,4 +29,4 @@ log = "0.4"
git = ["gix"]
[dev-dependencies]
-tempfile = "3.13"
+tempfile = "3.14"