summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-15 18:00:51 +0000
committerTim Oram <dev@mitmaro.ca>2022-04-15 15:39:46 -0230
commit6d40858fedb2e93e18cc6ac1711501f6b18aa7f8 (patch)
tree1dc7f41b46a5e2c4e803dd13af4863cc9e2baa4f
parent87eb89259ef399ea09b8f72583905335b6504d10 (diff)
Bump git2 from 0.13.25 to 0.14.2
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.25 to 0.14.2. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.25...0.14.2) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--src/git/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 44dd987..c8cece4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -279,9 +279,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.25"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
+checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
dependencies = [
"bitflags",
"libc",
@@ -339,9 +339,9 @@ checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
[[package]]
name = "libgit2-sys"
-version = "0.12.26+1.3.0"
+version = "0.13.2+1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
+checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
dependencies = [
"cc",
"libc",
diff --git a/src/git/Cargo.toml b/src/git/Cargo.toml
index 43b4e3e..c7d44ad 100644
--- a/src/git/Cargo.toml
+++ b/src/git/Cargo.toml
@@ -22,7 +22,7 @@ parking_lot = "0.12.0"
tempfile = "3.3.0"
[dependencies.git2]
-version = "=0.13.25"
+version = "=0.14.2"
default-features = false
features = []