Skip to content

Commit

Permalink
Add x509-parser to oss shim
Browse files Browse the repository at this point in the history
Summary:
X-link: pytorch/executorch#3825

bypass-github-export-checks

Reviewed By: JakobDegen

Differential Revision: D58116156

fbshipit-source-id: 8b4af860bd4ff2e749efb056e597bdea70c653e7
  • Loading branch information
Will-MingLun-Li authored and facebook-github-bot committed Jun 7, 2024
1 parent 4455358 commit 5e25037
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ num-traits = "0.2"
num_cpus = "1.11"
num_enum = "0.5"
object = "0.29.0"
oid-registry = "0.6.1"
once_cell = "1.8"
os_str_bytes = { version = "6.6.0", features = ["conversions"] }
parking_lot = { version = "0.11.2", features = ["send_guard"] }
Expand Down Expand Up @@ -218,6 +219,7 @@ walkdir = "2.3.2"
which = "4.3.0"
windows_x86_64_msvc = "=0.48.0" # our fixup only works if we are on precisely 0.48.0
winapi = { version = "0.3", features = ["everything"] }
x509-parser = { version = "0.14.0", features = ["verify"] }
xattr = "0.2.2"
zip = "0.5"
zstd = "0.13.0"
Expand Down
7 changes: 7 additions & 0 deletions shim/third-party/rust/fixups/oid-registry/fixups.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cargo_env = [
"CARGO_PKG_NAME", # Needed by _buck1_handle_manifest_dir
"CARGO_MANIFEST_DIR",
]

[[buildscript]]
[buildscript.gen_srcs]

0 comments on commit 5e25037

Please sign in to comment.