Update gix to 0.82 (with security fixes and hardened parsers)

This commit is contained in:
Sebastian Thiel
2026-04-25 10:27:59 +08:00
parent eb9b60f1f6
commit 9947f12543
2 changed files with 213 additions and 220 deletions
Generated
+211 -218
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -54,8 +54,8 @@ futures-timer = "3.0.3"
git2 = "0.20.4"
git2-curl = "0.21.0"
# When updating this, also see if `gix-transport` further down needs updating or some auth-related tests will fail.
gix = { version = "0.81.0", default-features = false, features = ["sha1", "progress-tree", "parallel", "dirwalk", "status"] }
gix-transport = "0.55.1"
gix = { version = "0.82.0", default-features = false, features = ["sha1", "progress-tree", "parallel", "dirwalk", "status"] }
gix-transport = "0.56.0"
glob = "0.3.3"
handlebars = { version = "6.4.0", features = ["dir_source"] }
heck = "0.5.0"