add octorust library

Summary:
Also make public `reqwest-middleware`, needed to build custom reqwest client (such as supporting fwdproxy) and `task-local-extensions`, used to enable reqwest middleware to troubleshoot queries.

This also need a fixup for both hyperx and opentelemetry libraries.

Reviewed By: zertosh

Differential Revision: D42113375

fbshipit-source-id: ffd3d4b1c802ba95b2edd36a82188dbc9189baed
This commit is contained in:
Manu Bretelle 2022-12-19 22:09:59 -08:00 committed by Facebook GitHub Bot
parent 2a041295c3
commit 981964768c
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ curve25519-dalek = { git = "https://github.com/hariria/curve25519-dalek", rev =
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
deltae = { git = "https://github.com/markbt/deltae", rev = "1c6e9c7c9184751bd17795d78896d522e77a2ce4" }
graphql-parser = { git = "https://github.com/vmagro/graphql-parser", rev = "c778917f57f6b2c26d9291819b9bb341a2f5948a" }
hyperx = { git = "https://github.com/chantra/hyperx", rev = "69f17cf858573db42c2baaf0bfead54521de32f9" }
libc = { git = "https://github.com/fbsource/libc", rev = "52f1a1c7f6282681dfb22d91e7c3acbddbc75ba4" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }

View File

@ -135,6 +135,7 @@ curve25519-dalek = { git = "https://github.com/hariria/curve25519-dalek", rev =
daemonize = { git = "https://github.com/krallin/daemonize", rev = "f7be28efa1b4a70e43bb37b5f4ff4d664992edca" }
deltae = { git = "https://github.com/markbt/deltae", rev = "1c6e9c7c9184751bd17795d78896d522e77a2ce4" }
graphql-parser = { git = "https://github.com/vmagro/graphql-parser", rev = "c778917f57f6b2c26d9291819b9bb341a2f5948a" }
hyperx = { git = "https://github.com/chantra/hyperx", rev = "69f17cf858573db42c2baaf0bfead54521de32f9" }
libc = { git = "https://github.com/fbsource/libc", rev = "52f1a1c7f6282681dfb22d91e7c3acbddbc75ba4" }
lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }
mysql_async = { git = "https://github.com/mzr/mysql_async", rev = "76b6fa05d7bb3408402033e6f94042a756ab55ab" }