From 6296f2fc7cd256a05992ac1c0f64b1371c95cc90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:24:52 +0000 Subject: [PATCH] chore(deps): update ajj requirement from 0.3.1 to 0.4.1 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.3.1...v0.4.1) --- updated-dependencies: - dependency-name: ajj dependency-version: 0.4.1 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 941c076..fb7c95b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ reqwest = { version = "0.12.15", optional = true } rustls = { version = "0.23.31", optional = true } [dev-dependencies] -ajj = "0.3.1" +ajj = "0.4.1" axum = "0.8.1" eyre = "0.6.12" serial_test = "3.2.0"