summaryrefslogtreecommitdiffstats
path: root/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-12-02 22:47:41 +0000
committerGitHub <noreply@github.com>2023-12-02 22:47:41 +0000
commit839965a8d7f262c5439b8896c3e23969688e521c (patch)
tree12039d31e696d474749e58207dc262eb517c7a24 /atuin-client/Cargo.toml
parent1ce88c9d17c6dd66d387b2dfd2544a527a262f3e (diff)
chore: update rusty_paseto and rusty_paserk (#1420)
Diffstat (limited to 'atuin-client/Cargo.toml')
-rw-r--r--atuin-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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",
] }