From f157d91a6c8a8405e0cdd4efcf4a364b30f5b6a7 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Mon, 3 Feb 2025 18:21:12 -0600 Subject: [PATCH] Update external dependencies automatically --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 95621df6..870785e5 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ update: # updates the dependencies cargo install cargo-edit cargo-machete cargo machete cargo upgrade + cargo run -- --update .DEFAULT_GOAL := help