From 4d5e3888e666ea441bd0d3367d886a599ba12b52 Mon Sep 17 00:00:00 2001 From: Eric Kuecks Date: Wed, 20 Mar 2024 19:26:36 -0700 Subject: [PATCH] Update version Summary: Pull in updated API Reviewed By: dtolnay Differential Revision: D55156627 fbshipit-source-id: a13bab174e27c760bf63209be1f91ed647095066 --- eden/fs/Cargo.toml | 4 ++-- eden/mononoke/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eden/fs/Cargo.toml b/eden/fs/Cargo.toml index dd2f8c6684014..8aee045052f66 100644 --- a/eden/fs/Cargo.toml +++ b/eden/fs/Cargo.toml @@ -3,8 +3,8 @@ abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2a base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" } bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" } bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" } -cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "5ee925d9300ddafc627ac0a15d3dd2488dab6d2c" } -cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "5ee925d9300ddafc627ac0a15d3dd2488dab6d2c" } +cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "69a4f12f40d99284ebda58f33602ab60b70624d7" } +cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "69a4f12f40d99284ebda58f33602ab60b70624d7" } graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" } imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "47bb38be50fafe99021b6436672dea1c28920e70" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" } diff --git a/eden/mononoke/Cargo.toml b/eden/mononoke/Cargo.toml index 401c4d8a474fa..98a578238034a 100644 --- a/eden/mononoke/Cargo.toml +++ b/eden/mononoke/Cargo.toml @@ -102,8 +102,8 @@ abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2a base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" } bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" } bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" } -cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "5ee925d9300ddafc627ac0a15d3dd2488dab6d2c" } -cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "5ee925d9300ddafc627ac0a15d3dd2488dab6d2c" } +cxx = { package = "cxx", git = "https://github.com/facebookexperimental/cxx.git", rev = "69a4f12f40d99284ebda58f33602ab60b70624d7" } +cxx-build = { package = "cxx-build", git = "https://github.com/facebookexperimental/cxx.git", rev = "69a4f12f40d99284ebda58f33602ab60b70624d7" } graphql-parser = { git = "https://github.com/graphql-rust//graphql-parser", rev = "8d76425d83c40670570cc325f57c730262f07456" } imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "47bb38be50fafe99021b6436672dea1c28920e70" } lru-disk-cache = { git = "https://github.com/mozilla/sccache", rev = "fdbf843d174c6796d736b2b61dab0297670390f8" }