From 1cacfa3379cdccb88156e399d8b965cd037dca8f Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Sun, 19 Jan 2025 08:48:06 -0800 Subject: [PATCH] Replace once_cell with std lib Reviewed By: capickett Differential Revision: D68388275 fbshipit-source-id: dde3a8e1ce9221bfcd4feab1a5a3aa70e21582ee --- fb303/thrift/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/fb303/thrift/Cargo.toml b/fb303/thrift/Cargo.toml index 851bde72c..30924045a 100644 --- a/fb303/thrift/Cargo.toml +++ b/fb303/thrift/Cargo.toml @@ -20,7 +20,6 @@ anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } futures = { version = "0.3.30", features = ["async-await", "compat"] } -once_cell = "1.12" ref-cast = "1.0.18" serde = { version = "1.0.185", features = ["derive", "rc"] } serde_derive = "1.0.185"