diff --git a/Cargo.toml b/Cargo.toml index 7f991a6..f97572e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ base64 = "0.22" # git # gix = "0.62" -gix = { version = "0.62", features = [ +gix = { version = "0.63", features = [ "blocking-http-transport-reqwest-rust-tls", ] } async-trait = "0.1"