summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-10 11:38:26 -0400
committerMatan Kushner <hello@matchai.me>2019-09-10 11:38:26 -0400
commit7d02f718c85834eed558d80fdecbebbb7f8513b0 (patch)
tree1aa2c89b0ccf406ca990c04ecb5f4a668a2240d8 /Cargo.toml
parent9f70ffb7a7d2eeef64c360c553e909d38e44adf0 (diff)
chore(deps): Bump git2 from 0.10.0 to 0.10.1 (#334)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.10.0...git2-curl-0.10.1) 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 93272f108..2e79d5eda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ default = ["battery"]
clap = "2.33.0"
ansi_term = "0.12.1"
dirs = "2.0.2"
-git2 = "0.10.0"
+git2 = "0.10.1"
toml = "0.5.3"
serde_json = "1.0.40"
rayon = "1.2.0"