Merge pull request #333 from vbrandl/dependabot/cargo/git2-0.13.22

Bump git2 from 0.13.21 to 0.13.22
This commit is contained in:
Valentin Brandl 2021-09-14 12:38:41 +02:00 committed by GitHub
commit d0242e6e2e
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

@ -745,9 +745,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.13.21"
version = "0.13.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "659cd14835e75b64d9dba5b660463506763cf0aa6cb640aeeb0e98d841093490"
checksum = "9c1cbbfc9a1996c6af82c2b4caf828d2c653af4fcdbb0e5674cc966eee5a4197"
dependencies = [
"bitflags",
"libc",
@ -997,9 +997,9 @@ checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
[[package]]
name = "libgit2-sys"
version = "0.12.22+1.1.0"
version = "0.12.23+1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89c53ac117c44f7042ad8d8f5681378dfbc6010e49ec2c0d1f11dfedc7a4a1c3"
checksum = "29730a445bae719db3107078b46808cc45a5b7a6bae3f31272923af969453356"
dependencies = [
"cc",
"libc",

View File

@ -20,7 +20,7 @@ bytes = "1.1.0"
config = { version = "0.11.0", features = ["toml"] }
dotenv = "0.15.0"
futures = "0.3.17"
git2 = "0.13.21"
git2 = "0.13.22"
lazy_static = "1.4.0"
number_prefix = "0.4.0"
openssl-probe = "0.1.4"