From 7567aebfcde31bc697e61a0b40d9077a0f81fe24 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 14 Oct 2024 08:45:12 -0300 Subject: [PATCH] fix(ci): downgrade MSRV conflicting crates --- .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 23ba962e176..01104bcdb2c 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -126,12 +126,13 @@ jobs: cargo update -p tokio-stream --precise 0.1.14 cargo update -p tokio-util --precise 0.7.10 cargo update -p os_pipe --precise 1.1.5 - cargo update -p syn:2.0.77 --precise 2.0.67 + cargo update -p syn:2.0.79 --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 cargo update -p xml-rs --precise 0.8.20 cargo update -p mac-notification-sys --precise 0.6.1 + cargo update -p security-framework-sys --precise 2.11.1 - 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