From 40f5c80e3eb64578d9f152eee0acddaf40d145d6 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 13 Nov 2023 23:55:26 -0700 Subject: [PATCH] this dep isn't even used --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32363b6..dac1d62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,6 @@ ages-prs = "0.1" async-trait = "0.1.51" async-recursion= "1.0.0" lazy_static = "1.4.0" -barrel = { version = "0.6.5", features = ["pg"] } refinery = { version = "0.5.0", features = ["postgres"] } sqlx = { version = "0.6.2", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] } strum = "0.19.5"