Skip to content

Commit 7dd167c

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

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
@@ -12,7 +12,7 @@ description = "Scan local git repositories"
1212
[dependencies]
1313
clap = { version = "4.5.37", features = ["derive"] }
1414
colored = "3.0.0"
15-
git2 = { version = "0.20.1", default-features = false }
15+
git2 = { version = "0.20.2", default-features = false }
1616
walkdir = "2.5.0"
1717
home = "0.5.9"
1818
threadpool = "1.8.1"

0 commit comments

Comments
 (0)