Skip to content

Commit

Permalink
fix: update git2 library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Nov 1, 2023
1 parent 4aa3bc3 commit e2eddf7
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 @@ -44,7 +44,7 @@ futures = "0.3.28"
# futures-util = "0.3.24"
clap = { version = "4.0.32", features = ["derive","cargo"] }
clap_complete = "4.0.3"
git2 = "0.17.0"
git2 = "0.18.1"
# walkdir = "2.3.2"
dialoguer = "0.10.2"
substring = "1.4.5"
Expand Down

0 comments on commit e2eddf7

Please sign in to comment.