From 67024c58f4b6abef6789a9bfb362317b41f3dc62 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Sun, 15 Sep 2024 02:09:53 -0400 Subject: [PATCH] Try manually adjusting `serde` version in `Cargo.toml` If this is going to work to fix CI fuzzing, it will probably be with a lower version than had the problem, not a higher one. But it's worth trying the two higher versions first, just in case. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ad92273b74..2798447ca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4312,7 +4312,7 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.208" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2" dependencies = [