updated dependencies

This commit is contained in:
uh wot 2022-03-11 21:36:23 +01:00
parent af1be2bd2a
commit 2429be10e0
Signed by: uhwot
GPG key ID: CB2454984587B781
2 changed files with 38 additions and 25 deletions

View file

@ -6,9 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# using beta due to this: https://github.com/actix/actix-web/issues/2155
actix-web = "4.0.0-rc.2"
actix-cors = "0.6.0-beta.8"
actix-web = "4.0"
actix-cors = "0.6"
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls", "cookies", "gzip"], default-features = false }
serde_json = "1.0"