Skip to content

Commit cdd4dba

Browse files
authoredMar 18, 2025··
Merge pull request #253 from alexrudy/dependabot/cargo/axum-0.8.1
chore(deps): bump axum from 0.7.9 to 0.8.1
2 parents ee1b124 + 0085f78 commit cdd4dba

File tree

2 files changed

+57
-5
lines changed

2 files changed

+57
-5
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] }
2424

2525

2626
[dependencies]
27-
axum = { version = "0.7", optional = true }
27+
axum = { version = "0.8", optional = true }
2828
bytes = "1"
2929
camino = { version = "1", default-features = false }
3030
futures-core = "0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.