Bump git2 from 0.13.3 to 0.13.4

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-24 08:06:43 +00:00 committed by Stephan Dilly
parent 09df10cdbd
commit 2311098a17
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -268,9 +268,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.13.3"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfc6e264105ef4bf1f5c9a0907f285b43ed2ede987b4876556d0478359f0a0f"
checksum = "2be62b002b81549c68d31792d7dce5752c3658ea85715f4032ebbf9a6fdb0bb6"
dependencies = [
"bitflags",
"libc",

View File

@ -10,7 +10,7 @@ license = "MIT"
categories = ["concurrency","asynchronous"]
[dependencies]
git2 = { version = "0.13.3", default-features = false }
git2 = { version = "0.13.4", default-features = false }
rayon-core = "1.7"
crossbeam-channel = "0.4"
log = "0.4"