chore(deps): update rust crate gix to 0.63 #82

Merged
kemitix merged 1 commit from renovate/gix-0.x into main 2024-05-22 14:20:16 +01:00

View file

@ -30,7 +30,7 @@ base64 = "0.22"
# git # git
# gix = "0.62" # gix = "0.62"
gix = { version = "0.62", features = [ gix = { version = "0.63", features = [
"blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls",
] } ] }
async-trait = "0.1" async-trait = "0.1"