summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-16 11:11:34 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-11-16 12:14:28 +0100
commit73d4440bd51f38cb488f5ec202b95a5f83418771 (patch)
treeef0edc8fa6b6b3f3529c0598fe75f27470442694
parent587b9e55516bdec269d60a7d575f46e875db3c57 (diff)
Bump git2 from 0.13.23 to 0.13.24
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.23 to 0.13.24. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.23...0.13.24) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 cc0306e..829c788 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -305,9 +305,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.23"
+version = "0.13.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700"
+checksum = "845e007a28f1fcac035715988a234e8ec5458fd825b20a20c7dec74237ef341f"
dependencies = [
"bitflags",
"libc",
@@ -380,9 +380,9 @@ checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
[[package]]
name = "libgit2-sys"
-version = "0.12.24+1.3.0"
+version = "0.12.25+1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c"
+checksum = "8f68169ef08d6519b2fe133ecc637408d933c0174b23b80bb2f79828966fbaab"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 1a0118a..ce18ebd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ name = "gitjournal"
chrono = "0.4.19"
clap = { version = "2.33.3", features = ["yaml"] }
failure = "0.1.8"
-git2 = "0.13.23"
+git2 = "0.13.24"
lazy_static = "1.4.0"
log = "0.4.14"
mowl = "2.1.1"