Update dependencies
Some checks failed
Core Repos/ImageApi/pipeline/head Something is wrong with the build of this commit
Core Repos/ImageApi/pipeline/pr-master This commit looks good

Update dependencies and remove some features from the image crate that
are unused.
This commit is contained in:
Cameron Cordes
2021-03-27 16:46:01 -04:00
parent 79c79c3b24
commit 7474c4d310
4 changed files with 156 additions and 247 deletions

View File

@@ -401,7 +401,7 @@ fn main() -> std::io::Result<()> {
}
});
let system = actix::System::new("Fileserver");
let system = actix::System::new();
let act = StreamActor {}.start();
let app_data = web::Data::new(AppState {