Skip to content

Commit a16c63a

Browse files
fix(deps): update rust crate kble-socket to 0.4.0
1 parent a86c055 commit a16c63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/uart-kble/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
c2a-core = "4"
99
once_cell = "1"
1010
futures = "0.3"
11-
kble-socket = { version = "0.3.0", features = ["axum"] }
11+
kble-socket = { version = "0.4.0", features = ["axum"] }
1212
tokio = { version = "1", features = ["sync", "rt"] }
1313
axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] }
1414
anyhow = "1"

0 commit comments

Comments
 (0)