Skip to content

Commit

Permalink
fix: remove unused dependencies (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephLenton authored Jun 17, 2024
1 parent 62ab3b4 commit 9fc14be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ anyhow = "1.0"
bytes = "1.6"
cookie = "0.18"
http = "1.1"
http-body = "1.0"
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["client", "http1", "client-legacy"] }
hyper = { version = "1.3", features = ["http1"] }
Expand Down
3 changes: 0 additions & 3 deletions examples/example-websocket-chat/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ fn new_test_app() -> TestServer {
mod test_websockets_chat {
use super::*;

use ::axum_test::WsMessage;
use ::serde_json::json;

#[tokio::test]
async fn it_should_start_a_websocket_connection() {
let server = new_test_app();
Expand Down

0 comments on commit 9fc14be

Please sign in to comment.