From af01ea31a850091b5a3f0161791bdd6dbc54c686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:25:08 +0000 Subject: [PATCH] chore: update stellar-strkey requirement in /server Updates the requirements on [stellar-strkey](https://github.com/stellar/rs-stellar-strkey) to permit the latest version. - [Release notes](https://github.com/stellar/rs-stellar-strkey/releases) - [Commits](https://github.com/stellar/rs-stellar-strkey/compare/v0.0.16...v0.0.18) --- updated-dependencies: - dependency-name: stellar-strkey dependency-version: 0.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 37232642..067305e5 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4.22" napi = { version = "3.8.3", features = ["async"] } napi-derive = "3.3.3" num_cpus = "1.16.0" -stellar-strkey = "0.0.16" +stellar-strkey = "0.0.18" tokio = { version = "1.48.0", features = ["rt-multi-thread", "process", "signal", "net"] } zeroize = "1.8.2" serde = { version = "1.0.217", features = ["derive"] }