summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-22 05:19:55 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-22 05:28:42 +0000
commit7cb1b7e37343a188cfe4a02d27885651e411b747 (patch)
tree9026015a3436902b9f020acc58fe057da5159500 /Cargo.toml
parent132be11790dbc0251acb563bbca1d2c5486d6566 (diff)
build(deps): bump git2 from 0.13.15 to 0.13.16
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.15 to 0.13.16. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.15...0.13.16) 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 da3af3a91..56ff8ea04 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ tls-vendored = ["native-tls/vendored"]
clap = "2.33.3"
ansi_term = "0.12.1"
dirs-next = "2.0.0"
-git2 = { version = "0.13.15", default-features = false }
+git2 = { version = "0.13.16", default-features = false }
toml = { version = "0.5.8", features = ["preserve_order"] }
rust-ini = "0.16.0"
serde_json = "1.0.61"