Update gix to version 0.62 (#10451)

This update contains a security fix for
https://rustsec.org/advisories/RUSTSEC-2024-0335.html
This commit is contained in:
blinxen 2024-04-15 21:44:00 +02:00 committed by GitHub
parent 0546273570
commit 70459b2b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 35 deletions

View file

@ -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"