Skip to content

Commit 1ebdece

Browse files
Update Rust crate axum to 0.8
1 parent 97972a0 commit 1ebdece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/uart-kble/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ once_cell = "1"
1010
futures = "0.3"
1111
kble-socket = { version = "0.3.0", features = ["axum"] }
1212
tokio = { version = "1", features = ["sync", "rt"] }
13-
axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] }
13+
axum = { version = "0.8", default-features = false, features = ["tokio", "http1", "ws"] }
1414
anyhow = "1"
1515

1616
[dev-dependencies]

0 commit comments

Comments
 (0)