aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorBen Beasley <code@musicinmybrain.net>2025-10-20 19:28:36 +0100
committerGitHub <noreply@github.com>2025-10-20 11:28:36 -0700
commit5c07151fc5249a918afe76b9bfbac5dab17fc5ad (patch)
tree43e9e4e1ab504d302ec0f9d067104f14e08a2ca3 /crates/atuin-client/Cargo.toml
parentfeat: add import from PowerShell history (#2864) (diff)
downloadatuin-5c07151fc5249a918afe76b9bfbac5dab17fc5ad.zip
chore: update rusty_paseto and rusty_paserk (#2942)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## 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
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
-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 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 }