We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462511c commit 3b8b3d2Copy full SHA for 3b8b3d2
sentry-actix/Cargo.toml
@@ -13,8 +13,8 @@ edition = "2018"
13
14
[dependencies]
15
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 }
+actix-service = "2.0"
+actix-web = { version = "4.0.0-beta.10", default-features = false }
18
futures-util = { version = "0.3.5", default-features = false }
19
20
[dev-dependencies]
0 commit comments