From 93bdd0ed6ae5f2dc3fd6fdd0b7eda0088af4489f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:40:15 +0000 Subject: [PATCH] chore(deps): bump cargo from 0.72.1 to 0.72.2 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.72.1 to 0.72.2. - [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cargo/compare/0.72.1...0.72.2) --- updated-dependencies: - dependency-name: cargo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1eb38bc..070bd7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,9 +190,9 @@ checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" [[package]] name = "cargo" -version = "0.72.1" +version = "0.72.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cb394cfa92bba1e9dc828a3ad68a7a943dc76fb7095bdd3710f77e516b13585" +checksum = "171aca76a3199e771ea0b94ec260984ed9cba62af8e478142974dbaa594d583b" dependencies = [ "anyhow", "base64", @@ -2477,9 +2477,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.38" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" +checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 968b39f..b1855b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ name = "cargo-outdated" [dependencies] anyhow = "1.0" -cargo = "0.72.0" +cargo = "0.72.2" env_logger = "0.10.0" git2-curl = "0.18.0" semver = "1.0.0"