Add bundlr-sdk to rust 3p crates

Summary:
Add bundlr-sdk to rust 3p crates.

Also needed some new fixups for a couple deps, and a custom fork of bundlr to use derive_builder 0.9 which is pinned in 2 deps we use, and fixed a missing out of scope trait bug in bundlr sdk.

Reviewed By: zhuomingfb0

Differential Revision: D37962056

fbshipit-source-id: 878048840d66dffcf558351614c45f9beef2f626
This commit is contained in:
Kaustav Haldar 2022-07-22 07:22:52 -07:00 committed by Facebook GitHub Bot
parent b475f69187
commit 00f0643ae1
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ bitflags = "1.3"
bytes = { version = "1.1", features = ["serde"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
goblin = "0.5.2"
lazy_static = "1.0"
lazy_static = "1.4"
libc = "0.2.121"
nix = "0.23"
num-traits = "0.2"

View file

@ -9,7 +9,7 @@ license = "BSD-2-Clause"
[dependencies]
bitflags = "1.3"
derive_more = "0.99.3"
derive_more = "0.99.17"
libc = "0.2.121"
nix = "0.23"
paste = "1.0"

View file

@ -14,7 +14,7 @@ async-trait = "0.1.56"
bitflags = "1.3"
byteorder = "1.3"
gimli = "0.26"
lazy_static = "1.0"
lazy_static = "1.4"
libc = "0.2.121"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
memmap = "0.7"