From 48ef94cf8633821f0fe3c0204580648d44f33015 Mon Sep 17 00:00:00 2001 From: FxQnLr Date: Mon, 12 Feb 2024 15:01:06 +0100 Subject: remove unused dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 14a955c..0fb250a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ time = { version = "0.3", features = ["macros"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" config = "0.14" -once_cell = "1.18" sqlx = { version = "0.7", features = ["postgres", "runtime-tokio"]} surge-ping = "0.8" axum-macros = "0.4" -- cgit v1.2.3