diff --git a/Cargo.toml b/Cargo.toml index 82b5583..0ab8c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ reqwest = { version = "0.12.15", optional = true } rustls = { version = "0.23.31", optional = true } [dev-dependencies] -ajj = { version = "0.6.2", features = ["axum", "ws", "ipc"] } +ajj = { version = "0.7.0", features = ["axum", "ws", "ipc"] } axum = "0.8.1" eyre = "0.6.12" serial_test = "3.2.0"