summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-21 02:19:25 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-08-24 08:47:50 +0200
commit108c907d69d27961fe1c0b9f90c96db04f488c71 (patch)
tree852c1c382bb9b709bfd807a58455c98b7c21198c /Cargo.toml
parent187a3b9341f3965425e64c84b349769cf1eaffc6 (diff)
Bump git2 from 0.9.2 to 0.10.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.2 to 0.10.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.9.2...git2-curl-0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dd3f15c9..0a4e69f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ encoding = "0.2"
shell-words = "0.1.0"
[dependencies.git2]
-version = "0.9"
+version = "0.10"
default-features = false
features = []