fix(deps): update rust crate git2 to 0.20.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-01-05 01:34:50 +00:00
parent acd0716ee2
commit f2915703d6
2 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ sqlx = { version = "0.8.0", features = [
"chrono",
] }
chrono = "0.4.34"
git2 = "0.19.0"
git2 = "0.20.0"
rustls = { version = "0.23.12" }
[build-dependencies]