From 9415fa64b6cf926eef9390637617d4e05ab24e53 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 30 Aug 2024 17:22:36 -0700 Subject: [PATCH] Update cxx to fix opaqueness of C++ types under LLVM 17 + ThinLTO Summary: This update includes https://github.com/dtolnay/cxx/pull/1370 to solve S443733. The other intervening release notes: - https://github.com/dtolnay/cxx/releases/tag/1.0.125 - https://github.com/dtolnay/cxx/releases/tag/1.0.126 - https://github.com/dtolnay/cxx/releases/tag/1.0.127 - https://github.com/dtolnay/cxx/releases/tag/1.0.128 Reviewed By: kuecks Differential Revision: D62048225 fbshipit-source-id: 716eae04d2731616b1f88a72ca7b9071649619ca --- hphp/hack/src/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hphp/hack/src/Cargo.lock b/hphp/hack/src/Cargo.lock index c0f6d0a697bfd..bf1a6feac7bde 100644 --- a/hphp/hack/src/Cargo.lock +++ b/hphp/hack/src/Cargo.lock @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.121" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc", @@ -1175,7 +1175,7 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.121" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc", @@ -1189,12 +1189,12 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.121" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cxxbridge-macro" -version = "1.0.121" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2",