Skip to content

Commit 000da13

Browse files
committed
correct http version
1 parent 731ce12 commit 000da13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-tower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http = []
1717
[dependencies]
1818
tower-layer = "0.3"
1919
tower-service = "0.3"
20-
http = { version = "", optional = true }
20+
http = { version = "0.2.6", optional = true }
2121
sentry-core = { version = "0.23.0", path = "../sentry-core", default-features = false, features = ["client"] }
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)