Skip to content

Commit

Permalink
update various deps
Browse files Browse the repository at this point in the history
Reviewed By: davidbarsky

Differential Revision: D42005719

fbshipit-source-id: 2b587ec2afda5d2f21d5ca5ff409262426489241
  • Loading branch information
zertosh authored and facebook-github-bot committed Dec 13, 2022
1 parent f8cc346 commit 7496bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/lib/config/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7496bd0

Please sign in to comment.