From 7ab42086d1e28dd902cfa1a109cdba84a0e28f82 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Sat, 28 Jun 2025 01:31:53 -0400 Subject: [PATCH] update papaya (#928) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e693b92f..4a579ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ hashbrown = "0.15" hashlink = "0.10" indexmap = "2" intrusive-collections = "0.9.7" -papaya = "0.2.2" +papaya = "0.2.3" parking_lot = "0.12" portable-atomic = "1" rustc-hash = "2"