summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-13 10:08:14 -0700
committerGitHub <noreply@github.com>2021-08-13 10:08:14 -0700
commita49e12acc06861892005eb8f4ec601966ed09642 (patch)
treedfd8e37c3faded4faaa523f03cf55358de279f41
parent223b2c6f3d2155137451d50dc370aa624ef6ae96 (diff)
Bump git2 from 0.13.20 to 0.13.21 (#687)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.20 to 0.13.21. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.20...0.13.21) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1497bae8..c0742f32 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -310,9 +310,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.20"
+version = "0.13.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba"
+checksum = "659cd14835e75b64d9dba5b660463506763cf0aa6cb640aeeb0e98d841093490"
dependencies = [
"bitflags",
"libc",
@@ -443,9 +443,9 @@ checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
[[package]]
name = "libgit2-sys"
-version = "0.12.21+1.1.0"
+version = "0.12.22+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825"
+checksum = "89c53ac117c44f7042ad8d8f5681378dfbc6010e49ec2c0d1f11dfedc7a4a1c3"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 83f7b465..76860f51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ vte = "0.10.1"
xdg = "2.2.0"
[dependencies.git2]
-version = "0.13.20"
+version = "0.13.21"
default-features = false
features = []