From aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 18 Aug 2023 21:45:29 +0100 Subject: Update dependencies (#1181) --- atuin-client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 78f7b515..732b6a74 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -44,11 +44,11 @@ sql-builder = "3" lazy_static = "1" memchr = "2.5" rmp = { version = "0.8.11" } -typed-builder = "0.14.0" +typed-builder = { workspace = true } tokio = { workspace = true } semver = { workspace = true } futures = "0.3" -xsalsa20poly1305 = "0.9.0" +crypto_secretbox = "0.1.1" generic-array = { version = "0.14", features = ["serde"] } # encryption -- cgit v1.2.3