diff options
Diffstat (limited to 'crates/atuin-server-postgres/Cargo.toml')
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 5abcd931..6ab0de59 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -20,6 +20,6 @@ serde = { workspace = true } sqlx = { workspace = true } async-trait = { workspace = true } uuid = { workspace = true } -metrics = "0.21.1" +metrics = "0.24" futures-util = "0.3" rand.workspace = true
\ No newline at end of file |
