diff --git a/Cargo.lock b/Cargo.lock index d8e3345..2384d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,9 +370,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[package]] name = "ledger_device_sdk" -version = "1.19.1" +version = "1.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86980cdfca74b94db326557e3c6246c7a7c63331aa2a96f193f826cd04613fd5" +checksum = "4b814011ef9b769b1baa3ac6e53c0b4b2c6d42312798b5a63aede9de65d8f1e0" dependencies = [ "const-zero", "include_gif", diff --git a/Cargo.toml b/Cargo.toml index cfa61c5..bcc2f8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["yhql", "agrojean-ledger"] edition = "2021" [dependencies] -ledger_device_sdk = "1.19.1" +ledger_device_sdk = "1.19.3" include_gif = "1.2.0" serde = {version="1.0.192", default_features = false, features = ["derive"]} serde-json-core = { git = "https://github.com/rust-embedded-community/serde-json-core"}