dep: Bump gix to v0.52.0

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-08-22 22:01:37 +10:00
parent c19ee50130
commit e1f2c4e41f
No known key found for this signature in database
GPG key ID: D7D0DA2A5FE7AF8B
2 changed files with 161 additions and 108 deletions

View file

@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
[dependencies]
compact_str = "0.7.0"
derive_destructure2 = "0.1"
gix = { version = "0.51.0", features = ["blocking-http-transport-reqwest"] }
gix = { version = "0.52.0", features = ["blocking-http-transport-reqwest"] }
thiserror = "1.0.40"
tokio = { version = "1.30.0", features = ["rt", "time"], default-features = false }
tracing = "0.1.37"