summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-16 05:35:16 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-16 05:46:00 +0000
commitd5cf340a72bcb966cd68510f00742e5ba6111453 (patch)
treeab6e3558b493553ef568524dc8861bc80f5e9ada /Cargo.toml
parentbe72797fd2cafd8f43094900001830d05977f937 (diff)
build(deps): bump git2 from 0.12.0 to 0.13.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.12.0...git2-curl-0.13.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 c08e2880c..91d26342b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ tls-vendored = ["native-tls/vendored"]
clap = "2.33.0"
ansi_term = "0.12.1"
dirs = "2.0.2"
-git2 = { version = "0.12.0", default-features = false, features = [] }
+git2 = { version = "0.13.0", default-features = false, features = [] }
toml = "0.5.6"
serde_json = "1.0.48"
rayon = "1.3.0"