summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-10 11:49:39 -0400
committerGitHub <noreply@github.com>2021-06-10 11:49:39 -0400
commitfc5f3838337c9fcca7e5f1bc8894d53c20c52874 (patch)
tree3dbc8d0001ad89c7a88d5985c24e501aa0640e35
parentc5abd2982629e10bb538bbcf0994f721471e3ede (diff)
Bump git2 from 0.13.18 to 0.13.20 (#612)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.18 to 0.13.20. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.18...0.13.20) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 89f07e7e..ac71cc74 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -285,9 +285,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.18"
+version = "0.13.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b483c6c2145421099df1b4efd50e0f6205479a072199460eff852fa15e5603c7"
+checksum = "d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba"
dependencies = [
"bitflags",
"libc",
@@ -388,9 +388,9 @@ checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
[[package]]
name = "libgit2-sys"
-version = "0.12.19+1.1.0"
+version = "0.12.21+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f322155d574c8b9ebe991a04f6908bb49e68a79463338d24a43d6274cb6443e6"
+checksum = "86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index f965cc8a..02614065 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ vte = "0.10.1"
xdg = "2.2.0"
[dependencies.git2]
-version = "0.13.18"
+version = "0.13.20"
default-features = false
features = []