From 3116fef0d785ecae3cbd2b6c747036cd11ca331e Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Thu, 6 Feb 2025 10:40:32 +0000 Subject: [PATCH] fix: Change version of serde to match tycho-simulation --- don't change below this line --- ENG-4088 Took 4 minutes Took 9 seconds Took 30 seconds Took 21 seconds --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1911e2..47b55db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ lazy_static = "1.4.0" num-bigint = { version = "0.4.6", features = ["serde"] } hex = "0.4.3" num-traits = "0.2.19" -serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.135" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0.105" thiserror = "1.0.69" tokio = { version = "1.38.0", features = ["full"] } chrono = "0.4.39"