mirror of https://github.com/rwf2/Rocket.git
Use published 'state'.
This commit is contained in:
parent
723afa317a
commit
7595450adc
|
@ -40,16 +40,13 @@ pin-project-lite = "0.2"
|
|||
memchr = "2"
|
||||
stable-pattern = "0.1"
|
||||
cookie = { version = "0.15", features = ["percent-encode"] }
|
||||
state = "0.5.1"
|
||||
|
||||
[dependencies.hyper]
|
||||
version = "0.14.5"
|
||||
default-features = false
|
||||
features = ["http1", "http2", "runtime", "server", "stream"]
|
||||
|
||||
[dependencies.state]
|
||||
git = "https://github.com/SergioBenitez/state.git"
|
||||
rev = "8f94dc"
|
||||
|
||||
[dependencies._serde]
|
||||
package = "serde"
|
||||
version = "1.0"
|
||||
|
|
|
@ -56,10 +56,7 @@ async-trait = "0.1.43"
|
|||
async-stream = "0.3.2"
|
||||
multer = { version = "2", features = ["tokio-io"] }
|
||||
tokio-stream = { version = "0.1.6", features = ["signal", "time"] }
|
||||
|
||||
[dependencies.state]
|
||||
git = "https://github.com/SergioBenitez/state.git"
|
||||
rev = "8f94dc"
|
||||
state = "0.5.1"
|
||||
|
||||
[dependencies.rocket_codegen]
|
||||
version = "0.5.0-dev"
|
||||
|
|
Loading…
Reference in New Issue