From 672c1e8beecf9cc0b3ff63bba8cc9819de7f5d10 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 12 Jan 2024 12:13:12 +0100 Subject: [PATCH] update `gix` to v0.57 (#44) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf9ed80..fab0e9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ twox-hash = { version = "1.6", default-features = false } [dependencies.gix] optional = true -version = "0.56" +version = "0.57" default-features = false features = ["blocking-http-transport-reqwest"]