Merge pull request #121 from vbrandl/dependabot/cargo/git2-0.13.1

Bump git2 from 0.13.0 to 0.13.1
This commit is contained in:
Valentin Brandl 2020-04-04 13:45:59 +02:00 committed by GitHub
commit 58fdc32627
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

@ -778,9 +778,9 @@ dependencies = [
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.13.0" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7da16ceafe24cedd9ba02c4463a2b506b6493baf4317c79c5acb553134a3c15" checksum = "ef222034f2069cfc5af01ce423574d3d9a3925bd4052912a14e5bcfd7ca9e47a"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",
@ -1052,9 +1052,9 @@ checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
[[package]] [[package]]
name = "libgit2-sys" name = "libgit2-sys"
version = "0.12.0+0.99.0" version = "0.12.2+1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05dff41ac39e7b653f5f1550886cf00ba52f8e7f57210b633cdeedb3de5b236c" checksum = "a12c878ccc1a49ff71e264233a66d2114cdcc7fdc44c0ebe2b54075240831238"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",

View File

@ -10,7 +10,7 @@ actix-web = "2.0.0"
badge = "0.2.0" badge = "0.2.0"
bytes = "0.5.4" bytes = "0.5.4"
futures = "0.3.1" futures = "0.3.1"
git2 = "0.13.0" git2 = "0.13.1"
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.8" log = "0.4.8"
log4rs = "0.11.0" log4rs = "0.11.0"