Skip to content

Commit

Permalink
sentry-tower: Update axum dependency to v0.8 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Jan 7, 2025
1 parent fd92a32 commit 5cdf7fc
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 27 deletions.
117 changes: 91 additions & 26 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sentry-tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http = ["dep:http", "pin-project", "url"]
axum-matched-path = ["http", "axum/matched-path"]

[dependencies]
axum = { version = "0.7", optional = true, default-features = false }
axum = { version = "0.8", optional = true, default-features = false }
tower-layer = "0.3"
tower-service = "0.3"
http = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit 5cdf7fc

Please sign in to comment.