From 907ba35b5bcf587ac30c21906de7d057449aa696 Mon Sep 17 00:00:00 2001 From: tottoto Date: Fri, 20 Mar 2026 22:48:13 +0900 Subject: [PATCH] ci: Update to cargo-sort 2.1.3 (#3692) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 797203e6..ee5e0d9f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -203,7 +203,7 @@ jobs: - name: Install cargo-sort uses: taiki-e/install-action@v2 with: - tool: cargo-sort@2.0.2 + tool: cargo-sort@2.1.3 - name: Check dependency tables run: cargo-sort --workspace --grouped --check - name: Check examples dependency tables