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"] }