Skip to content

Commit

Permalink
Update Rust crate axum to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2023
1 parent 9c69392 commit 24bd98e
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 @@ -10,7 +10,7 @@ once_cell = "1"
futures = "0.3"
kble-socket = { version = "0.2.0", features = ["axum"] }
tokio = { version = "1", features = ["sync", "rt"] }
axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] }
axum = { version = "0.7", default-features = false, features = ["tokio", "http1", "ws"] }
anyhow = "1"

[dev-dependencies]
Expand Down

0 comments on commit 24bd98e

Please sign in to comment.