feat(deps): remove unused features from dependencies

This commit is contained in:
Paul Campbell 2024-05-18 22:11:47 +01:00
parent 58e991b2b7
commit 85d38ede56

View file

@ -31,9 +31,6 @@ base64 = "0.22"
# git # git
# gix = "0.62" # gix = "0.62"
gix = { version = "0.62", features = [ gix = { version = "0.62", features = [
"basic",
"extras",
"comfort",
"blocking-http-transport-reqwest-rust-tls", "blocking-http-transport-reqwest-rust-tls",
] } ] }
async-trait = "0.1" async-trait = "0.1"
@ -78,10 +75,10 @@ inotify = "0.10"
# Actors # Actors
actix = "0.13" actix = "0.13"
actix-rt = "2.9" actix-rt = "2.9"
tokio = { version = "1.37", features = ["full"] } tokio = { version = "1.37" }
# Testing # Testing
assert2 = "0.3" assert2 = "0.3"
pretty_assertions = "1.4" pretty_assertions = "1.4"
test-log = { version = "0.2", features = ["env_logger", "trace"] } test-log = { version = "0.2", features = ["trace"] }
anyhow = "1.0" anyhow = "1.0"