From 3549df3d3f051bedb70ebb384080cd63b462e40d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 01:53:47 +0000 Subject: [PATCH] chore(deps): bump stellar-strkey from 0.0.12 to 0.0.13 Bumps [stellar-strkey](https://github.com/stellar/rs-stellar-strkey) from 0.0.12 to 0.0.13. - [Release notes](https://github.com/stellar/rs-stellar-strkey/releases) - [Commits](https://github.com/stellar/rs-stellar-strkey/compare/v0.0.12...v0.0.13) --- updated-dependencies: - dependency-name: stellar-strkey dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 615e6947..44dad555 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4160,7 +4160,7 @@ dependencies = [ "sha2 0.10.8", "stellar-horizon", "stellar-rpc-client", - "stellar-strkey 0.0.12", + "stellar-strkey 0.0.13", "stellar-xdr", "sysinfo", "tempfile", @@ -5822,9 +5822,9 @@ dependencies = [ [[package]] name = "stellar-strkey" -version = "0.0.12" +version = "0.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e27545061c1c74d595a18bfd885f1dda489d079e6316db98b4867525510ea3e" +checksum = "ee1832fb50c651ad10f734aaf5d31ca5acdfb197a6ecda64d93fcdb8885af913" dependencies = [ "crate-git-revision", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 582bf9ba..81e2d015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde_json = "1.0" sha2 = "0.10.0" stellar-horizon = "0.7.1" stellar-rpc-client = "22.0.0" -stellar-strkey = "0.0.12" +stellar-strkey = "0.0.13" stellar-xdr = "22.1.0" sysinfo = "0.33" thiserror = "2.0.12"