From 839965a8d7f262c5439b8896c3e23969688e521c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 2 Dec 2023 22:47:41 +0000 Subject: chore: update rusty_paseto and rusty_paserk (#1420) --- atuin-client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-client') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index b2cb327c..eae23938 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -53,8 +53,8 @@ crypto_secretbox = "0.1.1" generic-array = { version = "0.14", features = ["serde"] } # encryption -rusty_paseto = { version = "0.5.0", default-features = false } -rusty_paserk = { version = "0.2.0", default-features = false, features = [ +rusty_paseto = { version = "0.6.0", default-features = false } +rusty_paserk = { version = "0.3.0", default-features = false, features = [ "v4", "serde", ] } -- cgit v1.3.1