Compare commits
No commits in common. "22faa851dcdd99451c736290bc17b17cbe6aa55c" and "11de4efae6e8e460f93ba05e91278d9239d98c9c" have entirely different histories.
22faa851dc
...
11de4efae6
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ hex = "0.4"
|
|||
|
||||
# git
|
||||
# gix = "0.62"
|
||||
gix = { version = "0.64", features = [
|
||||
gix = { version = "0.63", features = [
|
||||
"dirwalk",
|
||||
"blocking-http-transport-reqwest-rust-tls",
|
||||
] }
|
||||
|
@ -102,5 +102,5 @@ tokio = { version = "1.37", features = ["rt", "macros"] }
|
|||
assert2 = "0.3"
|
||||
pretty_assertions = "1.4"
|
||||
rand = "0.8"
|
||||
mockall = "0.13"
|
||||
mockall = "0.12"
|
||||
test-log = "0.2"
|
||||
|
|
Loading…
Reference in a new issue