From 22171d27bf575a45308063072ea7984846dbd8e1 Mon Sep 17 00:00:00 2001 From: Thomas Coratger <60488569+tcoratger@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:24:25 +0200 Subject: [PATCH] chore: unpin serde (#11977) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 274af4cd79..f1506366df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -503,7 +503,7 @@ rand = "0.8.5" rayon = "1.7" rustc-hash = { version = "2.0", default-features = false } schnellru = "0.2" -serde = { version = "=1.0.210", default-features = false } +serde = { version = "1.0", default-features = false } serde_json = "1.0.94" serde_with = "3.3.0" sha2 = { version = "0.10", default-features = false }