build(deps): bump git2 from 0.13.16 to 0.13.17

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-25 05:22:11 +00:00
parent ca36d15acd
commit 9124a5ed72
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -469,9 +469,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.13.16"
version = "0.13.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28f83eecb0de4d4afb74aef4874963739d6d167752a7a5ba156e56b27a4ede7"
checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
dependencies = [
"bitflags 1.2.1",
"libc",

View File

@ -32,7 +32,7 @@ tls-vendored = ["native-tls/vendored"]
clap = "2.33.3"
ansi_term = "0.12.1"
dirs-next = "2.0.0"
git2 = { version = "0.13.16", default-features = false }
git2 = { version = "0.13.17", default-features = false }
toml = { version = "0.5.8", features = ["preserve_order"] }
rust-ini = "0.16.1"
serde_json = "1.0.61"