diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-06-08 09:16:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 15:16:24 +0000 |
| commit | f35161d3c549c46309ddfbe286ed3f9507076ccd (patch) | |
| tree | 0980221d44b5cf162a6e3bc6eaf0fe5b509cf901 /Cargo.lock | |
| parent | caad79ef7807bbd8f53b0338e23d281c5c45519b (diff) | |
chore: Ensure we only end up with the clang version we want & upgrade libffi (#19421)
The number of clang versions installed on the build machines is too dang
high.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 121e4a45a..afbded567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2789,9 +2789,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] name = "libffi" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cb06d5b4c428f3cd682943741c39ed4157ae989fffe1094a08eaf7c4014cf60" +checksum = "ce826c243048e3d5cec441799724de52e2d42f820468431fc3fceee2341871e2" dependencies = [ "libc", "libffi-sys", @@ -2799,9 +2799,9 @@ dependencies = [ [[package]] name = "libffi-sys" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11c6f11e063a27ffe040a9d15f0b661bf41edc2383b7ae0e0ad5a7e7d53d9da3" +checksum = "dc65067b78c0fc069771e8b9a9e02df71e08858bec92c1f101377c67b9dca7c7" dependencies = [ "cc", ] |
