Compare commits

..

2 commits

Author SHA1 Message Date
22faa851dc chore: bump mockall from 0.12 to 0.13
All checks were successful
Rust / build (push) Successful in 1m23s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
2024-07-28 13:58:32 +01:00
b24675d48a chore: bump gix from 0.63 to 0.64
All checks were successful
Rust / build (push) Successful in 1m17s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
2024-07-28 13:58:15 +01:00

View file

@ -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"