From c637159884d34ab3b3914afd47f2c25a0c2269fb Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Wed, 10 Apr 2024 12:53:08 -0400 Subject: [PATCH] chore/update_stellar_strkey --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72dadf0..fc32472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" rust-version = "1.67" [dependencies] -stellar-strkey = "0.0.7" +stellar-strkey = "0.0.8" thiserror = "1.0.31" slip10 = "0.4.3" tiny-bip39 = "1.0.0"