Rerun autocargo

Summary: Get generated files consistent before I change things.

Reviewed By: krallin

Differential Revision: D41577010

fbshipit-source-id: 5f75095b4062fd6d843cadc6b795e0e1ffc487a0
This commit is contained in:
Neil Mitchell 2022-11-29 05:48:56 -08:00 committed by Facebook GitHub Bot
parent 8a17032f0a
commit f5e4d6f5a5

View File

@ -10,6 +10,7 @@ anyhow = "1.0.65"
lazy_static = "1.4"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
tracing = "0.1.35"
util = { version = "0.1.0", path = "../util" }
[dev-dependencies]