aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2024-05-29 18:19:37 +0100
committerGitHub <noreply@github.com>2024-05-29 17:19:37 +0000
commit15618f19ab85725462f19d52966594daee9b0414 (patch)
tree13fd0b0ab2ae7be30a682ffa5de473da7e096e75 /crates
parentfix(ui): fix mistake in last pr (#2053) (diff)
downloadatuin-15618f19ab85725462f19d52966594daee9b0414.zip
chore(deps): bump rusty_paseto and rusty_paserk (#2054)
Diffstat (limited to 'crates')
-rw-r--r--crates/atuin-client/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index a5d4a3b7..fcff56a3 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -56,8 +56,8 @@ generic-array = { version = "0.14", features = ["serde"] }
serde_with = "3.8.1"
# encryption
-rusty_paseto = { version = "0.6.0", default-features = false }
-rusty_paserk = { version = "0.3.0", default-features = false, features = [
+rusty_paseto = { version = "0.7.0", default-features = false }
+rusty_paserk = { version = "0.4.0", default-features = false, features = [
"v4",
"serde",
] }