summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-20 23:42:32 +0000
committerGitHub <noreply@github.com>2023-01-20 23:42:32 +0000
commit0b4215e9bd92b14c2049d55aaabeff10b27f02f1 (patch)
treea7af51d8cce0ed4d1fa4c97315db54726fb404de
parentae952edd07597017a28d8c8a7b767d594dc22df5 (diff)
Bump git2 from 0.13.25 to 0.16.1dependabot/cargo/git2-0.16.1
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.25 to 0.16.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.25...0.16.1) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc5d287..4a4522c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "addr2line"
version = "0.17.0"
@@ -305,9 +307,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.13.25"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
+checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
dependencies = [
"bitflags",
"libc",
@@ -380,9 +382,9 @@ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
[[package]]
name = "libgit2-sys"
-version = "0.12.26+1.3.0"
+version = "0.14.2+1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
+checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
dependencies = [
"cc",
"libc",
diff --git a/Cargo.toml b/Cargo.toml
index 8ba53f1..00fa75a 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.25"
+git2 = "0.16.1"
lazy_static = "1.4.0"
log = "0.4.14"
mowl = "2.1.1"