Skip to content

Commit 5cdf7fc

Browse files
authored
sentry-tower: Update axum dependency to v0.8 (#718)
1 parent fd92a32 commit 5cdf7fc

File tree

2 files changed

+92
-27
lines changed

2 files changed

+92
-27
lines changed

Cargo.lock

Lines changed: 91 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sentry-tower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http = ["dep:http", "pin-project", "url"]
2020
axum-matched-path = ["http", "axum/matched-path"]
2121

2222
[dependencies]
23-
axum = { version = "0.7", optional = true, default-features = false }
23+
axum = { version = "0.8", optional = true, default-features = false }
2424
tower-layer = "0.3"
2525
tower-service = "0.3"
2626
http = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)