diff options
author | Pascal Kuthe | 2023-03-30 13:51:32 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-03-31 06:19:10 +0000 |
commit | a863fd89e149ae698f1c7d1d493cc4197abd430a (patch) | |
tree | c83429d259429d23c15855908e10caaaaa9d2c87 /helix-vcs | |
parent | 565445be6058fc07dd7397a4e32db0c3bf9ba545 (diff) |
update dependencies
Diffstat (limited to 'helix-vcs')
-rw-r--r-- | helix-vcs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-vcs/Cargo.toml b/helix-vcs/Cargo.toml index b32c028b..8a226a0b 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 = "0.12" arc-swap = { version = "1.6.0" } -gix = { version = "0.41.0", default-features = false , optional = true } +gix = { version = "0.43.0", default-features = false , optional = true } imara-diff = "0.1.5" anyhow = "1" |