From 2665af69bb625306eda89113006115e0e60c0b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:17:45 +0000 Subject: [PATCH] Update cargo requirement from 0.89.0 to 0.95.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.89.0...0.95.0) --- updated-dependencies: - dependency-name: cargo dependency-version: 0.95.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 10e3012..5daf39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ path = "main.rs" [dependencies] anyhow = "1" -cargo = "0.89.0" +cargo = "0.95.0" cargo-util = "0.2.18" dialoguer = "0.11" futures-util = "0.3"