From 39664aafcc37f177cb46dc9646f876d9f33fcbc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:39:54 +0000 Subject: [PATCH] chore(deps): update ajj requirement from 0.6.2 to 0.7.0 Updates the requirements on [ajj](https://github.com/init4tech/ajj) to permit the latest version. - [Release notes](https://github.com/init4tech/ajj/releases) - [Commits](https://github.com/init4tech/ajj/compare/v0.6.2...v0.7.0) --- updated-dependencies: - dependency-name: ajj dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"