update various deps

Reviewed By: davidbarsky

Differential Revision: D42005719

fbshipit-source-id: 2b587ec2afda5d2f21d5ca5ff409262426489241
This commit is contained in:
Andres Suarez 2022-12-13 13:37:15 -08:00 committed by Facebook GitHub Bot
parent f8cc346697
commit 7496bd072c

View File

@ -29,7 +29,7 @@ pest-hgrc = { version = "0.1.0", path = "../pest-hgrc" }
regex = { version = "1.6.0", optional = true }
serde = { version = "1.0.136", features = ["derive", "rc"], optional = true }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"], optional = true }
serde_urlencoded = { version = "0.5", optional = true }
serde_urlencoded = { version = "0.7", optional = true }
sha2 = { version = "0.10", optional = true }
tempfile = { version = "3.3", optional = true }
tracing = "0.1.35"