diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index adae7e67..35cdd9ef 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -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" diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index fc117185..040f0efb 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -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"