From 73da6941491d1cb3d0463fd47eebd2037758bae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:14:26 +0000 Subject: [PATCH] Update cargo requirement from 0.74 to 0.75 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.74.0...0.75.0) --- updated-dependencies: - dependency-name: cargo 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 58cb183..109195f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ path = "main.rs" [dependencies] anyhow = "1" -cargo = "0.74" +cargo = "0.75" cargo-util = "0.2" clap = { version = "4", features = ["derive", "env"] } dirs = "5"