Skip to content

Commit

Permalink
feat: bump http to 1.0.0 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjellis committed Nov 28, 2023
1 parent 372d676 commit 6f1ac71
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 27 deletions.
61 changes: 36 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ axum-matched-path = ["http", "axum/matched-path"]
axum = { version = "0.6", optional = true }
tower-layer = "0.3"
tower-service = "0.3"
http = { version = "0.2.6", optional = true }
http = { version = "1.0.0", optional = true }
pin-project = { version = "1.0.10", optional = true }
sentry-core = { version = "0.31.8", path = "../sentry-core", default-features = false, features = ["client"] }
sentry-core = { version = "0.31.8", path = "../sentry-core", default-features = false, features = [
"client",
] }
url = { version = "2.2.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 6f1ac71

Please sign in to comment.