bump actix

This commit is contained in:
Marin Postma 2021-04-19 20:23:25 +02:00
parent 94c5c5843b
commit 45665245dc
No known key found for this signature in database
GPG Key ID: D5241F0C0C865F30
3 changed files with 5 additions and 4019 deletions

4014
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,4 +5,4 @@ authors = ["marin <postma.marin@protonmail.com>"]
edition = "2018"
[dependencies]
actix-http = "2.2.0"
actix-http = "=3.0.0-beta.5"

View File

@ -13,10 +13,10 @@ path = "src/main.rs"
vergen = "3.1.0"
[dependencies]
actix-cors = { git = "https://github.com/MarinPostma/actix-extras.git", rev = "8f7b1fd" }
actix-http = { version = "3.0.0-beta.4", features = ["cookies"] }
actix-service = "2.0.0-beta.4"
actix-web = { version = "4.0.0-beta.4", features = ["rustls", "cookies"] }
actix-cors = "0.6.0-beta.1"
actix-http = { version = "=3.0.0-beta.5" }
actix-service = "=2.0.0-beta.5"
actix-web = { version = "=4.0.0-beta.5", features = ["rustls"] }
anyhow = "1.0.36"
async-compression = { version = "0.3.6", features = ["gzip", "tokio-02"] }
async-stream = "0.3.0"