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
This commit is contained in:
Diana Carvalho
2025-02-06 10:40:32 +00:00
parent f79a77f9a8
commit 3116fef0d7

View File

@@ -14,8 +14,8 @@ lazy_static = "1.4.0"
num-bigint = { version = "0.4.6", features = ["serde"] } num-bigint = { version = "0.4.6", features = ["serde"] }
hex = "0.4.3" hex = "0.4.3"
num-traits = "0.2.19" num-traits = "0.2.19"
serde = { version = "1.0.217", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.135" serde_json = "1.0.105"
thiserror = "1.0.69" thiserror = "1.0.69"
tokio = { version = "1.38.0", features = ["full"] } tokio = { version = "1.38.0", features = ["full"] }
chrono = "0.4.39" chrono = "0.4.39"