mirror of
https://github.com/rust-lang/cargo.git
synced 2026-05-06 08:36:38 -04:00
Update gix to 0.82 (with security fixes and hardened parsers)
This commit is contained in:
Generated
+211
-218
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user