From 4c2bc19139d21311d25adaa36551685e0931ea04 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 May 2024 12:15:30 +0000 Subject: [PATCH] chore(deps): update rust crate gix to 0.63 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"