From 09b802216c352e9b0b0dfd7770eb28cc06f878d8 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 21 Mar 2023 18:51:54 +0000 Subject: [PATCH] Bump legder crypto helpers This hopefully will help with intermittent ED25519 issues with the Nano S+. --- crate-hashes.json | 2 +- rust-app/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crate-hashes.json b/crate-hashes.json index 85b8e0f..61268ca 100644 --- a/crate-hashes.json +++ b/crate-hashes.json @@ -1,7 +1,7 @@ { "enum-init 0.1.0 (git+https://github.com/alamgu/enum-init#5706da92215f1a5816d704229f8924d95d954a77)": "0vh10l6glg4fry3z8am9skdlg2xcs0maqz5f24awwd9vl4ac6fv6", "include_gif 0.1.0 (git+https://github.com/LedgerHQ/sdk_include_gif#699d28c6157518c4493899e2eeaa8af08346e5e7)": "185gra3i4s8cbmdhrxk2fyww0l6zlmyf2l04zbkvl9n9b6hd04pl", - "ledger-crypto-helpers 0.2.0 (git+https://github.com/alamgu/ledger-crypto-helpers#031de63eda95a0271e6939775e1988775b8981cc)": "0bhfpmai4b2a28zxayyb13kkp140a5q8n3y0hbwa7w60756rn9xm", + "ledger-crypto-helpers 0.2.0 (git+https://github.com/alamgu/ledger-crypto-helpers#0f4beea77b87cb665496120b8fb7d935ff08cba3)": "1xvhcralindwh7r98l8bj1vph4wmjrhjr9wp1m95jy3dpkacpbqq", "ledger-log 0.2.0 (git+https://github.com/alamgu/ledger-log#a417ebe6a426bbc6f92e92272c944b89765c384d)": "1qg502avfqiy30k17xi8gwwnawx5p53v0rcd3c566s4s5ga746jb", "ledger-parser-combinators 0.1.0 (git+https://github.com/alamgu/ledger-parser-combinators#42e75ab7b8cd900889c553dab7908acd6cd8b9c9)": "0qvyf2xswi0k5fhbm1wln76j4ymd6wp407ywwy66gdp8sc9kybsr", "ledger-prompts-ui 0.1.0 (git+https://github.com/alamgu/ledger-prompts-ui#f326cb514dfd48545126a35cda71b61907ff2b0b)": "0zkd2qymgisdyigwl0ylmm9kghhpc450fbv9rd148w3rwqvhjm5j", diff --git a/rust-app/Cargo.lock b/rust-app/Cargo.lock index 56cb08e..5845fde 100644 --- a/rust-app/Cargo.lock +++ b/rust-app/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "ledger-crypto-helpers" version = "0.2.0" -source = "git+https://github.com/alamgu/ledger-crypto-helpers#031de63eda95a0271e6939775e1988775b8981cc" +source = "git+https://github.com/alamgu/ledger-crypto-helpers#0f4beea77b87cb665496120b8fb7d935ff08cba3" dependencies = [ "arrayvec", "base64",