diff --git a/Cargo.toml b/Cargo.toml index 397f10e..1b15abb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,14 +15,15 @@ actix-rt = "2.5.0" actix-web = { version = "4.0.0", default-features = false } futures-core = "0.3.28" mime = "0.3.16" +streem = "0.2.0" thiserror = "1.0" tokio = { version = "1", default-features = false, features = ["macros", "sync"] } tracing = "0.1.15" [dev-dependencies] -async-fs = "1.2.1" +async-fs = "2.1.0" anyhow = "1.0" -futures-lite = "1.4.0" +futures-lite = "2.1.0" futures-util = "0.3.17" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"