diff --git a/Cargo.toml b/Cargo.toml index 5d3a35f..b349380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -git2 = { version = "0.16.1" } +git2 = { version = "0.19.0" } clap = "4.2.1" color-eyre = "0.6.2" dotenv = "0.15.0"