Skip to content

Commit

Permalink
Upgrade actix-web and actix-service
Browse files Browse the repository at this point in the history
The latest actix-service is now stable and actix-web has since had some
additional work added to the beta branch. This adds those new
dependencies.
  • Loading branch information
Kbowman committed Nov 12, 2021
1 parent 462511c commit 3b8b3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sentry-actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core", default-features = false }
actix-service = "=2.0.0-beta.5"
actix-web = { version = "=4.0.0-beta.5", default-features = false }
actix-service = "2.0"
actix-web = { version = "4.0.0-beta.10", default-features = false }
futures-util = { version = "0.3.5", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 3b8b3d2

Please sign in to comment.