diff --git a/Cargo.toml b/Cargo.toml index c2308fc..6a8b4e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing" #! Optional Dependencies: ## Use `libgit2` as a backend for git operations -git2 = { version = "0.18.2", default-features = false, optional = true } +git2 = { version = "0.19.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"] }