Skip to content

Commit 16af413

Browse files
Bump git2 from 0.18.0 to 0.18.1 (#1224)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.0 to 0.18.1. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.18.0...git2-0.18.1) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 435ebde commit 16af413

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -43,7 +43,7 @@ gix-features-for-configuration-only = { package = "gix-features", version = "0.3
4343
gix = { version = "0.55.2", default-features = false, features = [
4444
"max-performance-safe", "blob-diff", "mailmap", "index"
4545
] }
46-
git2 = { version = "0.18.0", default-features = false }
46+
git2 = { version = "0.18.1", default-features = false }
4747
globset = "0.4.13"
4848
human-panic = "1.2.1"
4949
image.workspace = true

0 commit comments

Comments
 (0)