Remove unused dep rust-crypto from hphp
commite1209b3971a9ea416099683f81d7e934400b8d55
authorSteven Troxler <stroxler@fb.com>
Mon, 23 Mar 2020 18:29:49 +0000 (23 11:29 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 23 Mar 2020 18:33:58 +0000 (23 11:33 -0700)
treeff20ccb3609c0d1fd6a9be68ae2d25504e29aada
parent32983009c55d2bec1d07abf1e92eafbce7ad3287
Remove unused dep rust-crypto from hphp

Summary:
The unmaintained rust package `rust-crypto` is recommended for
deprecation; it turns out we weren't using it in `hphp/src/decl` but
we were declaring it as a dependency.

To update Cargo.toml and dependencies, I ran
```
buck run //common/rust/cargo_from_buck:cargo_from_buck
```
and updated the vendor info
```
hphp/hack/scripts/facebook/cargo_vendor.sh && hphp/hack/scripts/facebook/cargo_vendor.sh
```

Reviewed By: jsgf

Differential Revision: D20589163

fbshipit-source-id: af1eb757ced28f4b5cb22430e5d97ef79883de49
hphp/hack/Cargo.lock
hphp/hack/src/decl/decl_rust/Cargo.toml
hphp/hack/src/decl/direct_decl_smart_constructors/Cargo.toml