Skip to content

Commit 240a91a

Browse files
fix(deps): update rust crate axum to 0.8
1 parent 79d85eb commit 240a91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hal/uart-kble/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)