Skip to content

Commit 745e11c

Browse files
committed
Auto merge of #2467 - JohnTitor:git, r=jtgeibel
Update `git2` to 0.13 This reduces the use of url 1.x (last thing is oauth2) and requires one additional dependency (jobserver). ``` Updating git2 v0.8.0 -> v0.13.5 Adding jobserver v0.1.21 Updating libgit2-sys v0.7.11 -> v0.12.5+1.0.0 ``` cc #1265 r? @jtgeibel
2 parents 90e925c + 1970e57 commit 745e11c

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Cargo.lock

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rustdoc-args = [
3030
[dependencies]
3131
cargo-registry-s3 = { path = "src/s3", version = "0.2.0" }
3232
rand = "0.6"
33-
git2 = "0.8.0"
33+
git2 = "0.13.0"
3434
flate2 = "1.0"
3535
semver = { version = "0.9", git = "https://github.com/steveklabnik/semver.git", features = ["diesel", "serde"] }
3636
url = "1.2.1"

0 commit comments

Comments
 (0)