Skip to content

Commit 1ace1fb

Browse files
Bump git2 from 0.17.2 to 0.18.0 (#1163)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.2 to 0.18.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@0.17.2...git2-0.18.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>
1 parent c285238 commit 1ace1fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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.52.0", default-features = false, features = [
4444
"max-performance-safe",
4545
] }
46-
git2 = { version = "0.17.2", default-features = false }
46+
git2 = { version = "0.18.0", default-features = false }
4747
globset = "0.4.13"
4848
human-panic = "1.2.0"
4949
image.workspace = true

0 commit comments

Comments
 (0)