Skip to content

Commit

Permalink
Auto merge of #9963 - ehuss:update-git2, r=alexcrichton
Browse files Browse the repository at this point in the history
Update git2

This is just a regular update, updating from libgit2 1.1.0 to 1.3.0.
  • Loading branch information
bors committed Oct 7, 2021
2 parents 4a166de + ed2bfc2 commit 42035c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -32,7 +32,7 @@ pretty_env_logger = { version = "0.4", optional = true }
anyhow = "1.0"
filetime = "0.2.9"
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
git2 = "0.13.16"
git2 = "0.13.23"
git2-curl = "0.14.1"
glob = "0.3.0"
hex = "0.4"
Expand All @@ -44,7 +44,7 @@ jobserver = "0.1.24"
lazycell = "1.2.0"
libc = "0.2"
log = "0.4.6"
libgit2-sys = "0.12.18"
libgit2-sys = "0.12.24"
memchr = "2.1.3"
num_cpus = "1.0"
opener = "0.5"
Expand Down

0 comments on commit 42035c7

Please sign in to comment.