We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97972a0 commit 1ebdeceCopy full SHA for 1ebdece
hal/uart-kble/Cargo.toml
@@ -10,7 +10,7 @@ once_cell = "1"
10
futures = "0.3"
11
kble-socket = { version = "0.3.0", features = ["axum"] }
12
tokio = { version = "1", features = ["sync", "rt"] }
13
-axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] }
+axum = { version = "0.8", default-features = false, features = ["tokio", "http1", "ws"] }
14
anyhow = "1"
15
16
[dev-dependencies]
0 commit comments