diff --git a/Cargo.toml b/Cargo.toml index 327cad2f..2e2380f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"