Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Dec 29, 2019
1 parent 6f1ebf8 commit f541e91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock
Expand Up @@ -275,7 +275,7 @@ dependencies = [

[[package]]
name = "cargo"
version = "0.42.0"
version = "0.43.0"
dependencies = [
"atty",
"bytesize",
Expand Down Expand Up @@ -1249,9 +1249,9 @@ dependencies = [

[[package]]
name = "git2"
version = "0.10.1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f27186fbb5ec67ece9a56990292bc5aed3c3fc51b9b07b0b52446b1dfb4a82"
checksum = "77519ef7c5beee314d0804d4534f01e0f9e8d9acdee2b7a48627e590b27e0ec4"
dependencies = [
"bitflags",
"libc",
Expand All @@ -1264,9 +1264,9 @@ dependencies = [

[[package]]
name = "git2-curl"
version = "0.11.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6527e480187ce19aaf4fa6acfb7657b25628ce31cb8ffabdfca3bf731524c5"
checksum = "d2559abb1d87d27668d31bd868a000f0e2e0065d10e78961b62da95d7a7f1cc7"
dependencies = [
"curl",
"git2",
Expand Down Expand Up @@ -1782,9 +1782,9 @@ dependencies = [

[[package]]
name = "libgit2-sys"
version = "0.9.1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a30f8637eb59616ee3b8a00f6adff781ee4ddd8343a615b8238de756060cc1b3"
checksum = "d9ec6bca50549d34a392611dde775123086acbd994e3fff64954777ce2dc2e51"
dependencies = [
"cc",
"libc",
Expand Down

0 comments on commit f541e91

Please sign in to comment.