diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2023-08-18 21:45:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 20:45:29 +0000 |
| commit | aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be (patch) | |
| tree | 74a027ed4cc186426851afc42cb0da23c3de043d /atuin-client/src/kv.rs | |
| parent | Add kv map builder and list function (#1179) (diff) | |
| download | atuin-aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be.zip | |
Update dependencies (#1181)
Diffstat (limited to 'atuin-client/src/kv.rs')
| -rw-r--r-- | atuin-client/src/kv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/src/kv.rs b/atuin-client/src/kv.rs index 5710424f..1ca6b5e8 100644 --- a/atuin-client/src/kv.rs +++ b/atuin-client/src/kv.rs @@ -218,8 +218,8 @@ impl KvStore { #[cfg(test)] mod tests { + use crypto_secretbox::{KeyInit, XSalsa20Poly1305}; use rand::rngs::OsRng; - use xsalsa20poly1305::{KeyInit, XSalsa20Poly1305}; use crate::record::sqlite_store::SqliteStore; |
