From b3b40e1e31fe769dabdd2ca0981e9fab70d323be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:41:46 +0000 Subject: [PATCH] chore(deps): update rust crate insta-cmd to 0.6.0 --- Cargo.lock | 4 ++-- adx/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 304b5b8..9a5a4c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "insta-cmd" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1980f17994b79f75670aa90cfc8d35edc4aa248f16aa48b5e27835b080e452a2" +checksum = "ffeeefa927925cced49ccb01bf3e57c9d4cd132df21e576eb9415baeab2d3de6" dependencies = [ "insta", "serde", diff --git a/adx/Cargo.toml b/adx/Cargo.toml index 35891c3..05a4c94 100644 --- a/adx/Cargo.toml +++ b/adx/Cargo.toml @@ -31,4 +31,4 @@ maintenance = { status = "actively-developed" } measure-alloc = [] [dev-dependencies] -insta-cmd = "0.5.0" +insta-cmd = "0.6.0"