Actix 3 dump (#85)

* Actix 3 dump

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* fmt check

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
Francesco Guardiani 2020-10-12 19:26:00 +02:00 committed by GitHub
parent 500f8e76e6
commit fbadb3300a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -35,13 +35,13 @@ jobs:
command: build
toolchain: stable
target: x86_64-unknown-linux-gnu
args: --all
args: --workspace
- uses: actions-rs/cargo@v1
with:
command: test
toolchain: stable
target: x86_64-unknown-linux-gnu
args: --all
args: --workspace
fmt:
name: Format check

View File

@ -13,8 +13,8 @@ readme = "README.md"
[dependencies]
cloudevents-sdk = { version = "0.2.0", path = ".." }
actix-web = "2"
actix-rt = "1"
actix-web = { version = "^3", default-features = false }
actix-rt = "^1"
async-trait = "^0.1.33"
lazy_static = "1.4.0"
bytes = "^0.5"