diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-12-02 22:47:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-02 22:47:41 +0000 |
| commit | 839965a8d7f262c5439b8896c3e23969688e521c (patch) | |
| tree | 12039d31e696d474749e58207dc262eb517c7a24 /atuin-client | |
| parent | fix(fish): accept multiline commands (#1418) (diff) | |
| download | atuin-839965a8d7f262c5439b8896c3e23969688e521c.zip | |
chore: update rusty_paseto and rusty_paserk (#1420)
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/Cargo.toml | 4 |
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", ] } |
