Bump git2 from 0.14.0 to 0.14.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-01 04:18:31 +00:00 committed by GitHub
parent d92860e825
commit 0714f56d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -850,9 +850,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.14.0"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94781080dd1a6b55dea7c46540d5bac87742a22f6dc2d84e54a5071ad6f0e387"
checksum = "6e7d3b96ec1fcaa8431cf04a4f1ef5caafe58d5cf7bcc31f09c1626adddb0ffe"
dependencies = [
"bitflags",
"libc",
@ -1109,9 +1109,9 @@ checksum = "06e509672465a0504304aa87f9f176f2b2b716ed8fb105ebe5c02dc6dce96a94"
[[package]]
name = "libgit2-sys"
version = "0.13.0+1.4.1"
version = "0.13.1+1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864e22fc06cae62860398cd854c93d5867f11c02ec916aa1417b440f170df23a"
checksum = "43e598aa7a4faedf1ea1b4608f582b06f0f40211eec551b7ef36019ae3f62def"
dependencies = [
"cc",
"libc",

View File

@ -20,7 +20,7 @@ bytes = "1.1.0"
config = { version = "0.12.0", features = ["toml"] }
dotenv = "0.15.0"
futures = "0.3.21"
git2 = "0.14.0"
git2 = "0.14.1"
lazy_static = "1.4.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.5"