From b24675d48a3e35a9d780a7f7f8cbfb1477765a7b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 28 Jul 2024 13:58:15 +0100 Subject: [PATCH] chore: bump gix from 0.63 to 0.64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b63823..2fa5d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ hex = "0.4" # git # gix = "0.62" -gix = { version = "0.63", features = [ +gix = { version = "0.64", features = [ "dirwalk", "blocking-http-transport-reqwest-rust-tls", ] }