fix(deps): update rust crate fluence-keypair to 0.10.4 (#752)

* Update ed25519-dalek and rand_chacha to compatible versions
* Make clippy happier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ivan Boldyrev <ivan@fluence.one>
This commit is contained in:
renovate[bot]
2023-12-26 04:13:57 +07:00
committed by GitHub
parent eaa40778c7
commit c9a0b87a4c
10 changed files with 20 additions and 21 deletions

View File

@ -18,7 +18,7 @@ air-test-utils = { version = "0.13.0", path = "../air-lib/test-utils" }
aquavm-air-parser = { version = "0.11.0", path = "../air-lib/air-parser" }
itertools = "0.10.5"
fluence-keypair = "0.10.1"
fluence-keypair = "0.10.4"
strum = { version="0.24.1", features=["derive"] }
nom = "7.1.3"
nom_locate = "4.1.0"