From 708a149b21e10c6dd8b5a022193e7a53d0e96484 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Thu, 4 Jul 2024 10:36:28 -0400 Subject: [PATCH] fix: switch to slipped10 as it has newest ed25519-dalek dep (#4) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f8b01f..7d85917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ rust-version = "1.67" [dependencies] stellar-strkey = "0.0.8" thiserror = "1.0.31" -slip10 = "0.4.3" +slip10 = { package = "slipped10", version = "0.4.6" } tiny-bip39 = "1.0.0"