From a46d79788eb023891bf5a1f37aecf3f964400142 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Tue, 3 Oct 2023 15:46:29 -0700 Subject: [PATCH] chore(deps): Bump dd-rust-license-tool to 1.0.2 (#18711) Signed-off-by: Jesse Szwedko --- scripts/environment/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/environment/prepare.sh b/scripts/environment/prepare.sh index 6ef0e034346f92..ff01e4b4d5f695 100755 --- a/scripts/environment/prepare.sh +++ b/scripts/environment/prepare.sh @@ -18,7 +18,7 @@ if ! cargo deny --version >& /dev/null ; then rustup run stable cargo install cargo-deny --force --locked fi if ! dd-rust-license-tool --help >& /dev/null ; then - rustup run stable cargo install dd-rust-license-tool --version 1.0.1 --force --locked + rustup run stable cargo install dd-rust-license-tool --version 1.0.2 --force --locked fi # Currently fixing this to version 0.30 since version 0.31 has introduced