Merge pull request #466 from vbrandl/dependabot/cargo/git2-0.15.0

chore(deps): Bump git2 from 0.14.4 to 0.15.0
This commit is contained in:
Valentin Brandl 2022-07-30 17:06:31 +02:00 committed by GitHub
commit d0e2f21339
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

@ -810,9 +810,9 @@ dependencies = [
[[package]]
name = "git2"
version = "0.14.4"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0155506aab710a86160ddb504a480d2964d7ab5b9e62419be69e0032bc5931c"
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
dependencies = [
"bitflags",
"libc",
@ -1069,9 +1069,9 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
[[package]]
name = "libgit2-sys"
version = "0.13.4+1.4.2"
version = "0.14.0+1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0fa6563431ede25f5cc7f6d803c6afbc1c5d3ad3d4925d12c882bf2b526f5d1"
checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
dependencies = [
"cc",
"libc",

View File

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