regenerate projects

Summary: A few projects out of sync between TARGETS and Cargo.toml.

Reviewed By: dtolnay

Differential Revision: D22704460

fbshipit-source-id: 3d809292d50cc42cfbc4973f7b26af38d931121f
This commit is contained in:
Stefan Filip 2020-07-23 15:01:31 -07:00 committed by Facebook GitHub Bot
parent 4e252cbf2e
commit ca09a04945

View File

@ -346,6 +346,7 @@ members = [
[patch.crates-io]
chashmap = { git = "https://gitlab.redox-os.org/ahornby/chashmap", rev = "901ace2ca3cdbc2095adb1af111d211e254e2aae" }
const-random = { git = "https://github.com/fbsource/const-random", rev = "374c5b46427fe2ffbf6acbd9c1687e0f1a809f95" }
dashmap = { git = "https://github.com/ahornby/dashmap.git", rev = "2fb60433dc4dd70971e03c8213a715ae0bb39ea8" }
gotham = { git = "https://github.com/krallin/gotham.git", branch = "socket_data" }
gotham_derive = { git = "https://github.com/krallin/gotham.git", branch = "socket_data" }
prost = { git = "https://github.com/gabrielrussoc/prost", branch = "protoc-runtime" }