From dcca1608f3dcd201c7676105def08bc7d3a79311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:57:50 +0000 Subject: [PATCH] chore(deps): update ajj requirement from 0.4.1 to 0.6.2 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.4.1...v0.6.2) --- updated-dependencies: - dependency-name: ajj dependency-version: 0.6.2 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 4548b70..9fbdd85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ reqwest = { version = "0.12.15", optional = true } rustls = { version = "0.23.31", optional = true } [dev-dependencies] -ajj = { version = "0.4.1", features = ["axum", "ws", "ipc"] } +ajj = { version = "0.6.2", features = ["axum", "ws", "ipc"] } axum = "0.8.1" eyre = "0.6.12" serial_test = "3.2.0"