mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
Upgrade serde_json to 1.0.125
Summary: It has some fixes from the previous 1.0.100 Reviewed By: Imxset21 Differential Revision: D63983796 fbshipit-source-id: 5dc5b48ac515d8901a942d737a1f1f1057060cad
This commit is contained in:
parent
2afb6babfa
commit
3bd4cffb7b
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ reverie = { version = "0.1.0", path = "../reverie" }
|
||||||
reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
|
reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" }
|
||||||
reverie-util = { version = "0.1.0", path = "../reverie-util" }
|
reverie-util = { version = "0.1.0", path = "../reverie-util" }
|
||||||
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
serde = { version = "1.0.185", features = ["derive", "rc"] }
|
||||||
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
|
serde_json = { version = "1.0.125", features = ["float_roundtrip", "unbounded_depth"] }
|
||||||
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
|
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }
|
||||||
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
|
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
|
||||||
|
|
Loading…
Reference in a new issue