From 4fa86dce70cdc00a260b926567d3117f470340aa Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 24 Sep 2024 10:23:25 +0100 Subject: [PATCH] ci: update to cargo-udeps v0.1.50 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e28e317..dffbcebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,14 +171,15 @@ jobs: - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1 with: profile: minimal - toolchain: nightly-2024-06-01 + toolchain: nightly-2024-09-01 override: true components: rustfmt - uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2 with: crate: cargo-udeps use-tool-cache: true - version: 0.1.44 + locked: true + version: 0.1.50 - run: cargo udeps deny: