Skip to content

Commit ff5b940

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

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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ deno_runtime = { version = "0.177.0", optional = true }
3737
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
3838
env_logger = "0.11.6"
3939
futures = "^0.3"
40-
git2 = { version = "0.19.0", default-features = false }
40+
git2 = { version = "0.20.0", default-features = false }
4141
git-version = "0.3.5"
4242
home = "0.5.3"
4343
ignore = { version = "0.4.20", optional = true }

0 commit comments

Comments
 (0)