From 4f95a87c13f174e187380669eb506e07ae3195c3 Mon Sep 17 00:00:00 2001 From: mootz12 Date: Wed, 7 Jan 2026 10:49:52 -0500 Subject: [PATCH] chore: update stellar-strkey --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0795aa72..157a2f98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -715,9 +715,9 @@ dependencies = [ [[package]] name = "stellar-strkey" -version = "0.0.13" +version = "0.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee1832fb50c651ad10f734aaf5d31ca5acdfb197a6ecda64d93fcdb8885af913" +checksum = "97e1a364048067bfcd24e6f1a93bba43eeb79c16b854596c841c3e8bab0bfa0c" dependencies = [ "crate-git-revision", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 81205950..31764c0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ crate-git-revision = "0.0.6" [dependencies] cfg_eval = { version = "0.1.2" } -stellar-strkey = { version = "0.0.13", optional = true } +stellar-strkey = { version = "0.0.15", optional = true } base64 = { version = "0.22.1", optional = true } serde = { version = "1.0.139", features = ["derive"], optional = true } serde_with = { version = "3.12.0", features = ["schemars_0_8"], optional = true }