Skip to content

Commit 6f1ac71

Browse files
feat: bump http to 1.0.0 (#627)
1 parent 372d676 commit 6f1ac71

File tree

2 files changed

+40
-27
lines changed

2 files changed

+40
-27
lines changed

Cargo.lock

+36-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry-tower/Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ axum-matched-path = ["http", "axum/matched-path"]
2323
axum = { version = "0.6", optional = true }
2424
tower-layer = "0.3"
2525
tower-service = "0.3"
26-
http = { version = "0.2.6", optional = true }
26+
http = { version = "1.0.0", optional = true }
2727
pin-project = { version = "1.0.10", optional = true }
28-
sentry-core = { version = "0.31.8", path = "../sentry-core", default-features = false, features = ["client"] }
28+
sentry-core = { version = "0.31.8", path = "../sentry-core", default-features = false, features = [
29+
"client",
30+
] }
2931
url = { version = "2.2.2", optional = true }
3032

3133
[dev-dependencies]

0 commit comments

Comments
 (0)