Use published 'state'.

This commit is contained in:
Sergio Benitez 2021-06-07 20:22:47 -07:00
parent 723afa317a
commit 7595450adc
2 changed files with 2 additions and 8 deletions

View File

@ -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"

View File

@ -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"