Skip to content

Commit

Permalink
fix(deps): update rust crate kble-socket to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent a86c055 commit a16c63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/uart-kble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
c2a-core = "4"
once_cell = "1"
futures = "0.3"
kble-socket = { version = "0.3.0", features = ["axum"] }
kble-socket = { version = "0.4.0", features = ["axum"] }
tokio = { version = "1", features = ["sync", "rt"] }
axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] }
anyhow = "1"
Expand Down

0 comments on commit a16c63a

Please sign in to comment.