From 7496bd072ce8fcda1ae6a039a44e89a1f3b2d4b9 Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Tue, 13 Dec 2022 13:37:15 -0800 Subject: [PATCH] update various deps Reviewed By: davidbarsky Differential Revision: D42005719 fbshipit-source-id: 2b587ec2afda5d2f21d5ca5ff409262426489241 --- eden/scm/lib/config/parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eden/scm/lib/config/parser/Cargo.toml b/eden/scm/lib/config/parser/Cargo.toml index 12bf35f886214..d6afaf6e534b9 100644 --- a/eden/scm/lib/config/parser/Cargo.toml +++ b/eden/scm/lib/config/parser/Cargo.toml @@ -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"