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/sync.rs | |
| parent | Add kv map builder and list function (#1179) (diff) | |
| download | atuin-aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be.zip | |
Update dependencies (#1181)
Diffstat (limited to '')
| -rw-r--r-- | atuin-client/src/sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/src/sync.rs b/atuin-client/src/sync.rs index f62dca33..6704ad53 100644 --- a/atuin-client/src/sync.rs +++ b/atuin-client/src/sync.rs @@ -6,7 +6,7 @@ use chrono::prelude::*; use eyre::Result; use atuin_common::api::AddHistoryRequest; -use xsalsa20poly1305::Key; +use crypto_secretbox::Key; use crate::{ api_client, |
