From de4438e0de41fea3da894f784c4e6131820727fc Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 29 Jun 2025 16:12:23 -0400 Subject: [PATCH] Updated once_cell --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e91cf5..2d2a40f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = [dev-dependencies] http-body-util = { version = "0.1.3" } url = { version = "2.5.4" } -once_cell = { version = "1.19" } # Useful for lazy initialization in tests/app setup +once_cell = { version = "1.21.3" } # Useful for lazy initialization in tests/app setup