mirror of https://github.com/rwf2/Rocket.git
Use upstream 'async-stream'.
This commit is contained in:
parent
2d70027a1b
commit
da996cddc3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue