From de74df2a56e0c88e0b884eb264f9bae050834f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:32:27 +0000 Subject: [PATCH] build(deps): bump cargo from 0.72.1 to 0.72.2 in /xtask 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] --- xtask/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtask/Cargo.lock b/xtask/Cargo.lock index a33dc6fcc8..4c0e88770e 100644 --- a/xtask/Cargo.lock +++ b/xtask/Cargo.lock @@ -214,9 +214,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",