fix(deps): update rust crate git2 to 0.20.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-05 01:54:57 +00:00
parent 8a5939f5a3
commit 1db0aae184
2 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
git2 = { version = "0.19.0" }
git2 = { version = "0.20.0" }
clap = "4.5.4"
color-eyre = "0.6.3"
dotenv = "0.15.0"