Skip to content

Commit aedc5b0

Browse files
fix(deps): update rust crate axum to 0.8 (#8112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9034d3d commit aedc5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ rpath = false
1616
strip = false
1717

1818
[dependencies]
19-
axum = "0.7"
19+
axum = "0.8"
2020
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)