Skip to content

Commit

Permalink
chore(deps): update to actix-web 4.1.0 (#172)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Afiq <[email protected]>

Signed-off-by: Mohammad Afiq <[email protected]>
  • Loading branch information
afiqzx authored Aug 12, 2022
1 parent 34a9ad8 commit c83b33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/perseus-actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ categories = ["wasm", "web-programming::http-server", "development-tools", "asyn

[dependencies]
perseus = { path = "../perseus", version = "0.4.0-beta.5" }
actix-web = "=4.0.0-rc.3"
actix-http = "=3.0.0-rc.2" # Without this, Actix can introduce breaking changes in a dependency tree
actix-web = "=4.1.0"
actix-http = "=3.2.1" # Without this, Actix can introduce breaking changes in a dependency tree
# actix-router = "=0.5.0-rc.3"
actix-files = "=0.6.0-beta.16"
actix-files = "=0.6.2"
urlencoding = "2.1"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit c83b33b

Please sign in to comment.