From ebbcc0b74313a58658e096dcf14322e7d1638715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:05:49 +0000 Subject: [PATCH] chore(deps): update dependency cargo-component to 0.14.0 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 32129fb7..788b0735 100644 --- a/justfile +++ b/justfile @@ -2,7 +2,7 @@ set windows-shell := ["pwsh.exe", "-c"] # renovate: datasource=crate depName=cargo-nextest packageName=cargo-nextest NEXTEST_VERSION := "0.9.72" # renovate: datasource=crate depName=cargo-component packageName=cargo-component -CARGO_COMPONENT_VERSION := "0.13.0" +CARGO_COMPONENT_VERSION := "0.14.0" @default: build test