summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-27 08:34:28 -0500
committerGitHub <noreply@github.com>2021-01-27 08:34:28 -0500
commit6175a2d163c729ab7af389ccc4a22959046da2b8 (patch)
tree0b25a522c546142f490d7f8b85fe79f58297c132
parentb10c6e8946e6fe3128de58a77e170c347adba50d (diff)
Bump git2 from 0.13.15 to 0.13.17 (#508)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.15 to 0.13.17. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.15...0.13.17) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b48d6ae8..a5b04b4c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -283,9 +283,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.15"
+version = "0.13.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44f267c9da8a4de3c615b59e23606c75f164f84896e97f4dd6c15a4294de4359"
+checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
dependencies = [
"bitflags",
"libc",
@@ -386,9 +386,9 @@ checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "libgit2-sys"
-version = "0.12.17+1.1.0"
+version = "0.12.18+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4ebdf65ca745126df8824688637aa0535a88900b83362d8ca63893bcf4e8841"
+checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index e4b0ca94..f6c25f4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ unicode-width = "0.1.8"
vte = "0.9.0"
[dependencies.git2]
-version = "0.13.15"
+version = "0.13.17"
default-features = false
features = []