Skip to content

Commit eda4dce

Browse files
dependabot[bot]ntBre
authored andcommitted
Bump git2 from 0.18.1 to 0.18.2
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.1 to 0.18.2. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/git2-rs@git2-0.18.1...git2-0.18.2) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b7eee5 commit eda4dce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name = "cart"
2929
path = "src/bin/cart.rs"
3030

3131
[build-dependencies]
32-
git2 = { version = "0.18.0", optional = true }
32+
git2 = { version = "0.18.2", optional = true }
3333

3434
[features]
3535
vers = ["dep:git2"]

0 commit comments

Comments
 (0)