mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
deps: bump git2 from 0.10 to 0.11
This commit is contained in:
parent
6d12259811
commit
cae265d941
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue