From c3723aaf272c8b699b522c60a07b5b994a0906c9 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 2 Jul 2024 14:47:41 +0100 Subject: feat: monitor idx cache consistency before switching (#2229) --- crates/atuin-server-postgres/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/atuin-server-postgres/Cargo.toml') diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 10753272..0d31ef6f 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -20,5 +20,6 @@ serde = { workspace = true } sqlx = { workspace = true } async-trait = { workspace = true } uuid = { workspace = true } +metrics = "0.21.1" futures-util = "0.3" url = "2.5.2" -- cgit v1.3.1