summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-27 05:29:10 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-27 08:41:45 +0000
commitb27e8466ed355287d63c312ff0752969c9b863d8 (patch)
tree7d92d9fc05d18c4e417c04c926c1d5bcec2d2027 /Cargo.toml
parentcc73beaa796f3b8b9ee3996136d7d0f98afad418 (diff)
build(deps): bump git2 from 0.11.0 to 0.12.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.11.0...git2-curl-0.12.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 760c7ea3a..bcf1cb43c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ default = ["battery"]
clap = "2.33.0"
ansi_term = "0.12.1"
dirs = "2.0.2"
-git2 = { version = "0.11.0", default-features = false, features = [] }
+git2 = { version = "0.12.0", default-features = false, features = [] }
toml = "0.5.6"
serde_json = "1.0.48"
rayon = "1.3.0"