From 5c07151fc5249a918afe76b9bfbac5dab17fc5ad Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Mon, 20 Oct 2025 19:28:36 +0100 Subject: chore: update rusty_paseto and rusty_paserk (#2942) ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- crates/atuin-client/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 2ada400b..67069afe 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.7.0", default-features = false } -rusty_paserk = { version = "0.4.0", default-features = false, features = ["v4", "serde"] } +rusty_paseto = { version = "0.8.0", default-features = false } +rusty_paserk = { version = "0.5.0", default-features = false, features = ["v4", "serde"] } # sync urlencoding = { version = "2.1.0", optional = true } -- cgit v1.3.1