chore(deps): bump git2 from 0.20.4 to 0.21.0 in /ecc2

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.20.4 to 0.21.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.20.4...git2-0.21.0)

---
updated-dependencies:
- dependency-name: git2
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-15 04:56:12 +00:00
committed by GitHub
parent 5b173d2e6c
commit f17c81ced9
2 changed files with 5 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.40", features = ["bundled"] }
# Git integration
git2 = { version = "0.20", features = ["ssh"] }
git2 = { version = "0.21", features = ["ssh"] }
# Serialization
serde = { version = "1", features = ["derive"] }