From a244a77c788a6595d06ca47f09661eea45a8085d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:58:57 -0800 Subject: [PATCH] fix(deps): update rust crate gix to 0.68.0 (#270) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5213904..60c4531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ htmd = { version = "0.1", optional = true } url = "2.5.0" fastembed = { version = "4", optional = true } flume = { version = "0.11.0", optional = true } -gix = { version = "0.67.0", default-features = false, optional = true, features = [ +gix = { version = "0.68.0", default-features = false, optional = true, features = [ "parallel", "revision", "serde",