Skip to content

Commit d60f136

Browse files
authored
Merge pull request #994 from vbrandl/dependabot/cargo/git2-0.20.4
Bump git2 from 0.20.3 to 0.20.4
2 parents 523dc26 + 86feb7d commit d60f136

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Bump `rust-toolchain` from 1.92.0 to 1.93.0 ([#985](https://github.com/vbrandl/hoc/pull/985))
1717
- Bump `alpine` from 3.23.2 to 3.23.3 ([#986](https://github.com/vbrandl/hoc/pull/986))
1818
- Bump `bytes` from 1.11.0 to 1.11.1 ([#991](https://github.com/vbrandl/hoc/pull/991))
19+
- Bump `git2` from 0.20.3 to 0.20.4 ([#994](https://github.com/vbrandl/hoc/pull/994))
1920

2021
## [1.7.0] 2025-12-25
2122

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ crossbeam-queue = "0.3.12"
2222
dashmap = "6.1.0"
2323
dotenvy = "0.15.7"
2424
futures = "0.3.31"
25-
git2 = "0.20.3"
25+
git2 = "0.20.4"
2626
gix-glob = "0.24.0"
2727
jiff = "0.2.18"
2828
mime = "0.3.17"

0 commit comments

Comments
 (0)