summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 448c797..6611787 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -305,9 +305,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.24"
+version = "0.13.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "845e007a28f1fcac035715988a234e8ec5458fd825b20a20c7dec74237ef341f"
+checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
dependencies = [
"bitflags",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 54c1722..69b15c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ name = "gitjournal"
chrono = "0.4.19"
clap = { version = "2.34.0", features = ["yaml"] }
failure = "0.1.8"
-git2 = "0.13.24"
+git2 = "0.13.25"
lazy_static = "1.4.0"
log = "0.4.14"
mowl = "2.1.1"