Skip to content

Commit 3b8b3d2

Browse files
author
Kbowman
committed
Upgrade actix-web and actix-service
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.
1 parent 462511c commit 3b8b3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry-actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ edition = "2018"
1313

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

2020
[dev-dependencies]

0 commit comments

Comments
 (0)