Skip to content

Commit e0ade0a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "axum_streams"
2121
path = "src/lib.rs"
2222

2323
[dependencies]
24-
axum = { version = "0.7" }
24+
axum = { version = "0.8" }
2525
bytes = "1"
2626
http = "1"
2727
http-body = "1"

0 commit comments

Comments
 (0)