feat(deps): remove unused features from dependencies
This commit is contained in:
parent
58e991b2b7
commit
85d38ede56
1 changed files with 2 additions and 5 deletions
|
@ -31,9 +31,6 @@ base64 = "0.22"
|
|||
# git
|
||||
# gix = "0.62"
|
||||
gix = { version = "0.62", features = [
|
||||
"basic",
|
||||
"extras",
|
||||
"comfort",
|
||||
"blocking-http-transport-reqwest-rust-tls",
|
||||
] }
|
||||
async-trait = "0.1"
|
||||
|
@ -78,10 +75,10 @@ inotify = "0.10"
|
|||
# Actors
|
||||
actix = "0.13"
|
||||
actix-rt = "2.9"
|
||||
tokio = { version = "1.37", features = ["full"] }
|
||||
tokio = { version = "1.37" }
|
||||
|
||||
# Testing
|
||||
assert2 = "0.3"
|
||||
pretty_assertions = "1.4"
|
||||
test-log = { version = "0.2", features = ["env_logger", "trace"] }
|
||||
test-log = { version = "0.2", features = ["trace"] }
|
||||
anyhow = "1.0"
|
||||
|
|
Loading…
Reference in a new issue