summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-06 20:59:44 +0000
committerGitHub <[email protected]>2025-01-06 20:59:44 +0000
commit86a4677b9c91b9b125f16c35b5840839d7d7346b (patch)
treec986838f5be467e3b27afd7662b2d4eb18e2fbf6
parent105ed5d905b4124af283af03870e3d4f6a63365a (diff)
crates: bump git2 from 0.19.0 to 0.20.0 (#72)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--crates/git-tracker/Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d821fb9..7ef6d8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -613,9 +613,9 @@ dependencies = [
[[package]]
name = "git2"
-version = "0.19.0"
+version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
+checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff"
dependencies = [
"bitflags 2.6.0",
"libc",
@@ -956,9 +956,9 @@ checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]]
name = "libgit2-sys"
-version = "0.17.0+1.8.1"
+version = "0.18.0+1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
+checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec"
dependencies = [
"cc",
"libc",
diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml
index 14af5d0..0d865f1 100644
--- a/crates/git-tracker/Cargo.toml
+++ b/crates/git-tracker/Cargo.toml
@@ -9,7 +9,7 @@ repository.workspace = true
publish = false
[dependencies]
-git2 = { version = "0.19", default-features = false, features = ["https"] }
+git2 = { version = "0.20", default-features = false, features = ["https"] }
log.workspace = true
thiserror = "1.0"