Skip to content

Commit

Permalink
upgrade gix to the latest release 0.69.
Browse files Browse the repository at this point in the history
The main benefit is that it won't facilitate hangs due to attempts
to read from untrackable directory entries, like names pipes or
sockets.

Related to GitoxideLabs/gitoxide#1629
  • Loading branch information
Byron committed Dec 22, 2024
1 parent 652623b commit f3985b8
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 39 deletions.
99 changes: 61 additions & 38 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ filetime = "0.2.23"
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
git2 = "0.19.0"
git2-curl = "0.20.0"
gix = { version = "0.68.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
gix = { version = "0.69.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
glob = "0.3.1"
handlebars = { version = "6.0.0", features = ["dir_source"] }
hex = "0.4.3"
Expand Down

0 comments on commit f3985b8

Please sign in to comment.