updated dependencies
This commit is contained in:
parent
af1be2bd2a
commit
2429be10e0
2 changed files with 38 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue