Skip to content

Commit 71593f5

Browse files
authored
Merge pull request #876 from vbrandl/dependabot/cargo/git2-0.20.0
Bump git2 from 0.19.0 to 0.20.0
2 parents ef1800a + d765acd commit 71593f5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Bump `tracing` from 0.1.40 to 0.1.41 ([#860](https://github.com/vbrandl/hoc/pull/860))
2121
- Bump `tracing-subscriber` from 0.3.18 to 0.3.19 ([#862](https://github.com/vbrandl/hoc/pull/862))
2222
- Bump `actions/attest-build-provenance` from 1 to 2 ([#865](https://github.com/vbrandl/hoc/pull/865))
23+
- Bump `git2` from 0.19.0 to 0.20.0 ([#876](https://github.com/vbrandl/hoc/pull/876))
2324

2425
## [0.38.0] 2024-10-16
2526

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -20,7 +20,7 @@ bytes = "1.9.0"
2020
config = { version = "0.15.4", features = ["toml"], default-features = false }
2121
dotenvy = "0.15.7"
2222
futures = "0.3.31"
23-
git2 = "0.19.0"
23+
git2 = "0.20.0"
2424
lazy_static = "1.5.0"
2525
mime = "0.3"
2626
number_prefix = "0.4.0"

0 commit comments

Comments
 (0)