From b3376441136bb7d20d11450f9500b98e0c1a9850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 05:27:18 +0000 Subject: [PATCH] Update cargo requirement from 0.95.0 to 0.96.0 Updates the requirements on [cargo](https://github.com/rust-lang/cargo) to permit the latest version. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/0.95.0...0.96.0) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.96.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 0278cc1..bbb94f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ name = "cargo-ctest" path = "src/bin/ctest.rs" [dependencies] -cargo = "0.95.0" +cargo = "0.96.0" cargo-util = "0.2" semver = "1.0.3" log = "0.4"