Skip to content

Commit fa6ae49

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

0 commit comments

Comments
 (0)