diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-07-02 14:47:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-02 14:47:41 +0100 |
| commit | c3723aaf272c8b699b522c60a07b5b994a0906c9 (patch) | |
| tree | 2897cf0d2e80bb0562bb82b2fc25492662a7f88a /crates/atuin-server-postgres/Cargo.toml | |
| parent | feat: allow advertising a fake version to clients (#2228) (diff) | |
| download | atuin-c3723aaf272c8b699b522c60a07b5b994a0906c9.zip | |
feat: monitor idx cache consistency before switching (#2229)
Diffstat (limited to 'crates/atuin-server-postgres/Cargo.toml')
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
