Use upstream 'async-stream'.

This commit is contained in:
Sergio Benitez 2021-05-22 22:00:18 -07:00
parent 2d70027a1b
commit da996cddc3
1 changed files with 1 additions and 4 deletions

View File

@ -53,12 +53,9 @@ pin-project-lite = "0.2"
indexmap = { version = "1.0", features = ["serde-1", "std"] }
tempfile = "3"
async-trait = "0.1.43"
async-stream = "0.3.2"
multer = { version = "2", features = ["tokio-io"] }
[dependencies.async-stream]
git = "https://github.com/SergioBenitez/async-stream.git"
rev = "c46ada9"
[dependencies.state]
git = "https://github.com/SergioBenitez/state.git"
rev = "8f94dc"