Skip to content

Commit f3985b8

Browse files
committed
upgrade gix to the latest release 0.69.
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
1 parent 652623b commit f3985b8

File tree

2 files changed

+62
-39
lines changed

2 files changed

+62
-39
lines changed

Cargo.lock

Lines changed: 61 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ filetime = "0.2.23"
4949
flate2 = { version = "1.0.30", default-features = false, features = ["zlib"] }
5050
git2 = "0.19.0"
5151
git2-curl = "0.20.0"
52-
gix = { version = "0.68.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
52+
gix = { version = "0.69.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
5353
glob = "0.3.1"
5454
handlebars = { version = "6.0.0", features = ["dir_source"] }
5555
hex = "0.4.3"

0 commit comments

Comments
 (0)