From 857ebd95994f70f0ca2b9d058952875b89268598 Mon Sep 17 00:00:00 2001 From: Veronika Romashkina Date: Wed, 21 May 2025 08:51:40 +0100 Subject: [PATCH 1/2] Bump poseidon-resonance to 0.4.0 --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 813d3596..a4e68e36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2464,7 +2464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -4275,7 +4275,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ "hermit-abi 0.5.0", "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -7608,8 +7608,8 @@ dependencies = [ [[package]] name = "poseidon-resonance" -version = "0.3.0" -source = "git+https://github.com/Resonance-Network/poseidon-resonance#f9a27a21d5797d5861765e01dad59c4add31913d" +version = "0.4.0" +source = "git+https://github.com/Resonance-Network/poseidon-resonance#dea7b367eeaa4ca927b6f19e55176a43e1088836" dependencies = [ "log", "parity-scale-codec", @@ -8170,7 +8170,7 @@ dependencies = [ "once_cell", "socket2 0.5.9", "tracing", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8755,7 +8755,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -8768,7 +8768,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -11997,7 +11997,7 @@ dependencies = [ "getrandom 0.3.2", "once_cell", "rustix 1.0.5", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -13446,7 +13446,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 154179fb..59493194 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ resolver = "2" resonance-runtime = { path = "./runtime", default-features = false } rusty-crystals-dilithium = { git = "https://gitlab.com/resonance-network/rusty-crystals.git", package = "rusty-crystals-dilithium", default-features = false, features = ["no_std"] } plonky2 = { git="https://github.com/Resonance-Network/plonky2", default-features = false, features = ["no_random"] } -poseidon-resonance = { version = "0.3.0", git = "https://github.com/Resonance-Network/poseidon-resonance", default-features = false } +poseidon-resonance = { version = "0.4.0", git = "https://github.com/Resonance-Network/poseidon-resonance", default-features = false, features = ["serde"] } futures-timer = { version = "3.0.2" } docify = { version = "0.2.9", default-features = false } paste = { version = "1.0.15", default-features = false } From 7830910f2f6e9d283358655a41230e36e171cdec Mon Sep 17 00:00:00 2001 From: Veronika Romashkina Date: Wed, 21 May 2025 15:15:38 +0100 Subject: [PATCH 2/2] Update to 0.5.0 --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4e68e36..69afa464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2464,7 +2464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4275,7 +4275,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ "hermit-abi 0.5.0", "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7608,8 +7608,8 @@ dependencies = [ [[package]] name = "poseidon-resonance" -version = "0.4.0" -source = "git+https://github.com/Resonance-Network/poseidon-resonance#dea7b367eeaa4ca927b6f19e55176a43e1088836" +version = "0.5.0" +source = "git+https://github.com/Resonance-Network/poseidon-resonance#fba5320c8f22dd218a64b7a289e0b10e160055c8" dependencies = [ "log", "parity-scale-codec", @@ -8170,7 +8170,7 @@ dependencies = [ "once_cell", "socket2 0.5.9", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8755,7 +8755,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -8768,7 +8768,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -11997,7 +11997,7 @@ dependencies = [ "getrandom 0.3.2", "once_cell", "rustix 1.0.5", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -13446,7 +13446,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 59493194..e6689247 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ resolver = "2" resonance-runtime = { path = "./runtime", default-features = false } rusty-crystals-dilithium = { git = "https://gitlab.com/resonance-network/rusty-crystals.git", package = "rusty-crystals-dilithium", default-features = false, features = ["no_std"] } plonky2 = { git="https://github.com/Resonance-Network/plonky2", default-features = false, features = ["no_random"] } -poseidon-resonance = { version = "0.4.0", git = "https://github.com/Resonance-Network/poseidon-resonance", default-features = false, features = ["serde"] } +poseidon-resonance = { version = "0.5.0", git = "https://github.com/Resonance-Network/poseidon-resonance", default-features = false, features = ["serde"] } futures-timer = { version = "3.0.2" } docify = { version = "0.2.9", default-features = false } paste = { version = "1.0.15", default-features = false }