From 241946ecee8c7b442a8d2db0fed6058b53c6db2a Mon Sep 17 00:00:00 2001 From: Cezary Olborski Date: Sat, 14 Mar 2026 13:03:57 +0800 Subject: [PATCH] fix: Deps update --- Cargo.lock | 10 ++++------ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc35560..13f6462 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3594,9 +3594,9 @@ dependencies = [ [[package]] name = "qp-dilithium-crypto" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d68c3fbdb9557a22cb876fc17c483d090e9556cbfdfc52beb0696143d4313d9" +checksum = "476cab75a58360464ef58fe3bfaa01b4a450a0895d32f028a1e17a0b9031657c" dependencies = [ "log", "parity-scale-codec", @@ -3766,17 +3766,15 @@ dependencies = [ [[package]] name = "qp-rusty-crystals-hdwallet" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91781bc0b96238c7e038a2d3157410388cb0458b05d42483851e79684e92f1a8" +checksum = "113fdac36387a857ab4e09fdc050098bc7b55bcd6e5a8ab755e7f44ef10741e6" dependencies = [ "bip39", - "bs58", "getrandom 0.2.17", "hex", "hex-literal", "hmac 0.12.1", - "k256", "qp-poseidon-core", "qp-rusty-crystals-dilithium", "serde", diff --git a/Cargo.toml b/Cargo.toml index d673746..da3cff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,9 +50,9 @@ aes-gcm = "0.10" # AES-256-GCM (quantum-safe with 256-bit keys) # Quantus crypto dependencies (aligned with chain) qp-rusty-crystals-dilithium = { version = "2.1.0" } -qp-rusty-crystals-hdwallet = { version = "2.0.0" } +qp-rusty-crystals-hdwallet = { version = "2.1.0" } # Chain primitive (same branch as node); Cargo finds crate by name in repo -qp-dilithium-crypto = { version = "0.2.2", features = ["serde"] } +qp-dilithium-crypto = { version = "0.2.3", features = ["serde"] } qp-poseidon = { version = "1.1.0" } # HTTP client for Subsquid queries