From 934b5581810dd152c38427738402ede078e4167b Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:53:21 +0100 Subject: [PATCH] chore: update to gix v0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b5ae4ba..5943b124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ name = "update_and_get_most_recent_version" required-features = ["git-https"] [dependencies] -gix = { version = "0.58.0", default-features = false, features = ["max-performance-safe", "blocking-network-client"], optional = true } +gix = { version = "0.59.0", default-features = false, features = ["max-performance-safe", "blocking-network-client"], optional = true } hex = { version = "0.4.3", features = ["serde"] } home = "0.5.4" http = { version = "0.2", optional = true }