updated dependencies

This commit is contained in:
uh wot 2022-02-04 12:09:25 +01:00
parent 21b10a1957
commit af1be2bd2a
Signed by: uhwot
GPG key ID: CB2454984587B781
2 changed files with 125 additions and 129 deletions

View file

@ -7,8 +7,8 @@ edition = "2021"
[dependencies]
# using beta due to this: https://github.com/actix/actix-web/issues/2155
actix-web = "4.0.0-beta.10"
actix-cors = "0.6.0-beta.3"
actix-web = "4.0.0-rc.2"
actix-cors = "0.6.0-beta.8"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls", "cookies", "gzip"], default-features = false }
serde_json = "1.0"