Skip to content

Commit

Permalink
Update Rust crate kble-socket to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent fd8c7eb commit 628851a
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.2.0", features = ["axum"] }
kble-socket = { version = "0.3.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 628851a

Please sign in to comment.