From ac83bf477007c1960da4db68df0f4c5b9aa490a9 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Fri, 10 Jan 2025 19:41:26 +0100 Subject: [PATCH] ci: Fix msrv check (#12345) --- .github/workflows/covector-version-or-publish-v1.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 3b78daf68..7b240b322 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -131,7 +131,7 @@ jobs: cargo update -p pest_meta --precise 2.7.14 cargo update -p pest --precise 2.7.14 cargo update -p thiserror:1.0.69 --precise 1.0.65 - cargo update -p syn:2.0.95 --precise 2.0.67 + cargo update -p syn:2.0.96 --precise 2.0.67 cargo update -p derive_more --precise 0.99.17 cargo update -p native-tls --precise 0.2.11 cargo update -p ppv-lite86 --precise 0.2.17 @@ -153,6 +153,7 @@ jobs: cargo update -p phf_shared:0.11.3 --precise 0.11.2 cargo update -p phf_macros:0.11.3 --precise 0.11.2 cargo update -p phf_generator:0.11.3 --precise 0.11.2 + cargo update -p uuid --precise 1.11.0 - name: Downgrade crates with MSRV conflict (bundler) # This is for the bundler but since cli depends on the bundler we enable it for the cli too