From 67c29735088562e373de64d61f13a91124888f88 Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Tue, 13 Aug 2024 21:40:21 +0000 Subject: [PATCH] downgrade serde_json to 1.0.120 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfaf38e..0f49608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,8 @@ jobs: - name: Build all binaries continue-on-error: true run: | - cargo update memchr@2.7.2 + cargo update memchr --precise 2.7.4 + cargo update serde_json --precise 1.0.120 cargo build --release --bins - name: Aura Integration tests