From 0d59a725a36ac8e42473ba5ac978c6c9f7d0bc4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 16:53:01 +0000 Subject: [PATCH] build(deps): bump stellar-strkey from 0.0.15 to 0.0.16 Bumps [stellar-strkey](https://github.com/stellar/rs-stellar-strkey) from 0.0.15 to 0.0.16. - [Release notes](https://github.com/stellar/rs-stellar-strkey/releases) - [Commits](https://github.com/stellar/rs-stellar-strkey/compare/v0.0.15...v0.0.16) --- updated-dependencies: - dependency-name: stellar-strkey dependency-version: 0.0.16 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 cb846b9..277ca0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3071,7 +3071,7 @@ dependencies = [ "once_cell", "socket2 0.6.3", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] @@ -4554,7 +4554,7 @@ dependencies = [ "soroban-spec-tools", "stellar-build", "stellar-rpc-client", - "stellar-strkey 0.0.15", + "stellar-strkey 0.0.16", "thiserror 2.0.18", "tokio", ] @@ -4582,7 +4582,7 @@ dependencies = [ "stellar-registry-build", "stellar-rpc-client", "stellar-scaffold-test", - "stellar-strkey 0.0.15", + "stellar-strkey 0.0.16", "thiserror 2.0.18", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index dc97e5e..00c767d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ soroban-spec-tools = "26.0.0" admin-sep = { git = "https://github.com/theahaco/admin-sep", rev = "46ed159ff38ee81f4b61b5ddb8ca4b6bdf972028" } stellar-xdr = "=26.0.0" -stellar-strkey = "0.0.15" +stellar-strkey = "0.0.16" cargo_metadata = "0.18.1" thiserror = "2.0.17"