Bump git2 from 0.13.23 to 0.13.25 (#10522)

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.23 to 0.13.25.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.23...0.13.25)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-21 12:41:45 +01:00
committed by GitHub
parent 3c975071c8
commit 702f76e913
2 changed files with 5 additions and 5 deletions
@@ -21,6 +21,6 @@ sp-io = { version = "4.0.0", path = "../../../primitives/io" }
# third party
chrono = { version = "0.4.19" }
git2 = { version = "0.13.23", default-features = false }
git2 = { version = "0.13.25", default-features = false }
num-format = { version = "0.4.0" }
structopt = "0.3.25"