Skip to content

Commit

Permalink
Auto merge of #4939 - matthiaskrgr:bump_git_dep, r=phansch
Browse files Browse the repository at this point in the history
deps: bump git2 from 0.10 to 0.11

changelog: none
  • Loading branch information
bors committed Dec 23, 2019
2 parents b38b026 + cae265d commit 2730d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -38,7 +38,7 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
regex = "1"
semver = "0.9"
rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
git2 = { version = "0.10", optional = true }
git2 = { version = "0.11", optional = true }
tempfile = { version = "3.1.0", optional = true }
lazy_static = "1.0"

Expand Down

0 comments on commit 2730d64

Please sign in to comment.