Skip to content

Commit

Permalink
Update gix to version 0.62 (helix-editor#10451)
Browse files Browse the repository at this point in the history
This update contains a security fix for
https://rustsec.org/advisories/RUSTSEC-2024-0335.html
  • Loading branch information
blinxen authored and postsolar committed Apr 20, 2024
1 parent 79e6f14 commit 10545cb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 35 deletions.
69 changes: 35 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion helix-vcs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 10545cb

Please sign in to comment.