aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-07-02 14:47:41 +0100
committerGitHub <noreply@github.com>2024-07-02 14:47:41 +0100
commitc3723aaf272c8b699b522c60a07b5b994a0906c9 (patch)
tree2897cf0d2e80bb0562bb82b2fc25492662a7f88a /Cargo.lock
parentfeat: allow advertising a fake version to clients (#2228) (diff)
downloadatuin-c3723aaf272c8b699b522c60a07b5b994a0906c9.zip
feat: monitor idx cache consistency before switching (#2229)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6956f54d..d5a911c6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -447,6 +447,7 @@ dependencies = [
"atuin-server-database",
"eyre",
"futures-util",
+ "metrics",
"serde",
"sqlx",
"time",