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