From 3adaab052e0627d0c3842c7d0d460cb7fb78ef1c Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 22 Nov 2023 17:54:32 -0500 Subject: [PATCH] Update once_cell --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d05a45d..64fef67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] crossbeam-channel = "0.5" num_cpus = "1" -once_cell = ">=1.0, <=1.14" +once_cell = "1.18.0" waker-fn = "1" [dev-dependencies]