From 0c6a61c32dd0bb703bb62fc3cf1ee0320fc391d5 Mon Sep 17 00:00:00 2001 From: Juliette Cordor <61040004+jewlexx@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:48:25 +1100 Subject: [PATCH] Update git2 to v0.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16d0159..8861911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing" #! Optional Dependencies: ## Use `libgit2` as a backend for git operations -git2 = { version = "0.19.0", default-features = false, optional = true } +git2 = { version = "0.20.0", default-features = false, optional = true } ## Better support for querying the local system time tzdb = { version = "0.6.0", optional = true, default-features = false, features = ["local"] }