From ed79de25f18a536528057f7bf29c6b9c7e0d3968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 02:36:57 +0000 Subject: [PATCH] Bump ledger_device_sdk from 1.26.0 to 1.27.3 Bumps [ledger_device_sdk](https://github.com/LedgerHQ/ledger-device-rust-sdk) from 1.26.0 to 1.27.3. - [Commits](https://github.com/LedgerHQ/ledger-device-rust-sdk/commits) --- updated-dependencies: - dependency-name: ledger_device_sdk dependency-version: 1.27.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c26416a..0c70aaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,9 +380,9 @@ checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8" [[package]] name = "ledger_device_sdk" -version = "1.26.0" +version = "1.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18168861719886ee83098b9ad525b86022943a83f990e57f761368332c2670db" +checksum = "11fd201290d8fed3839bddff552497d7bfacbd0792a429bc06a1c039491ac8c7" dependencies = [ "const-zero", "include_gif", diff --git a/Cargo.toml b/Cargo.toml index e407aae..291aff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" escape-bytes = { version = "0.1.1", default-features = false } hex = { version = "0.4.3", default-features = false, features = ["alloc"] } include_gif = "1.2.4" -ledger_device_sdk = { version = "1.26.0" } +ledger_device_sdk = { version = "1.27.3" } stellarlib = { path = "./stellarlib" } stellar-strkey = { version = "0.0.14", default-features = false } swap-utils = { path = "./swap-utils" }