Merge pull request #317 from vbrandl/dependabot/cargo/git2-0.13.21

Bump git2 from 0.13.20 to 0.13.21
This commit is contained in:
Valentin Brandl 2021-09-03 12:00:34 +02:00 committed by GitHub
commit c5bae481da
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

@ -895,9 +895,9 @@ checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.13.20" version = "0.13.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba" checksum = "659cd14835e75b64d9dba5b660463506763cf0aa6cb640aeeb0e98d841093490"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",
@ -1197,9 +1197,9 @@ checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
[[package]] [[package]]
name = "libgit2-sys" name = "libgit2-sys"
version = "0.12.21+1.1.0" version = "0.12.22+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825" checksum = "89c53ac117c44f7042ad8d8f5681378dfbc6010e49ec2c0d1f11dfedc7a4a1c3"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

View File

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