Skip to content

Commit

Permalink
chore: Update git2
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jul 5, 2024
1 parent 43cdca8 commit 3fcb893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pre-release-replacements = [
]

[dependencies]
git2 = { version = "0.18.3", default-features = false }
git2 = { version = ">=0.18, <=0.19", default-features = false }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
clap-verbosity-flag = "2.2.0"
log = "0.4.21"
Expand Down

0 comments on commit 3fcb893

Please sign in to comment.