update serde 1.0.203->1.0.214, serde_json 1.0.125->1.0.132
Some checks failed
ci / Check (push) Has been cancelled
ci / Test Suite (push) Has been cancelled
ci / Clippy (push) Has been cancelled

Summary: - fix some cfg for serde_json which changed in the meantime

Reviewed By: dtolnay

Differential Revision: D65182502

fbshipit-source-id: 9234db3ca89334552a0e12ac7e90b59b0bdf2897
This commit is contained in:
Adrian Enache 2024-10-31 16:04:02 -07:00 committed by Facebook GitHub Bot
parent 5c8f734108
commit 1bfb484c40

View file

@ -52,6 +52,6 @@ reverie = { version = "0.1.0", path = "../reverie" }
reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
reverie-util = { version = "0.1.0", path = "../reverie-util" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
serde_json = { version = "1.0.132", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }