mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Update gix to version 0.62 (#10451)
This update contains a security fix for https://rustsec.org/advisories/RUSTSEC-2024-0335.html
This commit is contained in:
parent
0546273570
commit
70459b2b66
2 changed files with 36 additions and 35 deletions
|
@ -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.61.0", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
gix = { version = "0.62.0", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
imara-diff = "0.1.5"
|
||||
anyhow = "1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue