From 93731f5fb992046b6514d4da1f60f34df73f9fc0 Mon Sep 17 00:00:00 2001 From: yuunlimm Date: Wed, 2 Oct 2024 16:44:20 -0700 Subject: [PATCH] update cargo.lock to fix lint failure --- .github/workflows/integration-tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 8885dcc94..aa3bad3bd 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -54,6 +54,11 @@ jobs: - name: Show Cargo.toml After Update run: cat rust/Cargo.toml # Correct path to the Cargo.toml file + # Ensure Cargo.lock is updated with the latest dependencies + - name: Update Dependencies + run: cargo update + working-directory: rust + - name: Install Dependencies and Run Linter uses: ./.github/actions/dep_install_and_lint with: