Use upstream 'async-trait'.

This commit is contained in:
Sergio Benitez 2021-03-04 22:10:59 -08:00
parent 3bce76f5af
commit 08ae0d0b8c
1 changed files with 1 additions and 4 deletions

View File

@ -43,15 +43,12 @@ either = "1"
pin-project-lite = "0.1"
indexmap = { version = "1.0", features = ["serde"] }
tempfile = "3"
async-trait = "0.1.43"
[dependencies.state]
git = "https://github.com/SergioBenitez/state.git"
rev = "7576652"
[dependencies.async-trait]
git = "https://github.com/SergioBenitez/async-trait.git"
rev = "0cda89bd"
[dependencies.rocket_codegen]
version = "0.5.0-dev"
path = "../codegen"