diff --git a/Cargo.lock b/Cargo.lock index ba37c515..fb31734b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1704,15 +1704,14 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.2" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "fiat-crypto", - "platforms", "rustc_version", "subtle", "zeroize", @@ -5072,12 +5071,6 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" -[[package]] -name = "platforms" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" - [[package]] name = "polyval" version = "0.6.2" diff --git a/Cargo.toml b/Cargo.toml index 8e7ac98d..5c812836 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ strum_macros = "0.26.1" jsonrpsee = { version = "0.22.1", features = ["http-client"] } tiny-keccak = { version = "2.0.2", features = ["keccak"] } itoa = { version = "1.0.10" } -curve25519-dalek = { version = "4.1.2" } +curve25519-dalek = { version = "4.1.3" } borsh = { version = "1.4.0", features = ["derive"] } uniffi = { version = "0.28.0" } uniffi_bindgen = { version = "0.28.0" }