From 7a4e0d45536f3b0ef02610b29140295e102d45a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 07:13:31 +0000 Subject: [PATCH] chore(deps): bump midnight-base-crypto Bumps [midnight-base-crypto](https://github.com/midnightntwrk/midnight-ledger) from ledger-6.1.0-alpha.3 to ledger-6.1.0-alpha.5. - [Release notes](https://github.com/midnightntwrk/midnight-ledger/releases) - [Changelog](https://github.com/midnightntwrk/midnight-ledger/blob/main/CHANGELOG.md) - [Commits](https://github.com/midnightntwrk/midnight-ledger/compare/49f184adb870ff0231532e9bb2cf6e807d526e53...d6845a987a6fe04643f14fe25ff96aad45656cf2) --- updated-dependencies: - dependency-name: midnight-base-crypto dependency-version: d6845a987a6fe04643f14fe25ff96aad45656cf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 131 +++++++++++++++++++++++++++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 98 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5e19e894..08ce8d863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,7 +780,7 @@ dependencies = [ "alloy-rlp", "alloy-serde", "alloy-sol-types", - "itertools 0.14.0", + "itertools 0.13.0", "serde", "serde_json", "serde_with", @@ -4271,7 +4271,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.1", + "socket2 0.5.10", "system-configuration", "tokio", "tower-service", @@ -5283,8 +5283,38 @@ dependencies = [ "indicatif", "k256", "lazy_static", - "midnight-base-crypto-derive", - "midnight-serialize", + "midnight-base-crypto-derive 1.0.0-alpha.1", + "midnight-serialize 1.0.0-alpha.1", + "paste", + "rand 0.8.5", + "reqwest", + "serde", + "serde_bytes", + "serde_json", + "sha2 0.10.9", + "signature", + "tracing", + "zeroize", +] + +[[package]] +name = "midnight-base-crypto" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "anyhow", + "atomic-write-file", + "const-hex", + "ethnum", + "fake", + "ff", + "flate2", + "futures", + "group", + "k256", + "lazy_static", + "midnight-base-crypto-derive 1.0.0-alpha.5", + "midnight-serialize 1.0.0-alpha.5", "paste", "rand 0.8.5", "reqwest", @@ -5307,6 +5337,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "midnight-base-crypto-derive" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "proc-macro2", + "quote 1.0.41", + "syn 1.0.109", +] + [[package]] name = "midnight-circuits" version = "4.0.0" @@ -5340,8 +5380,8 @@ source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0- dependencies = [ "fake", "lazy_static", - "midnight-base-crypto", - "midnight-serialize", + "midnight-base-crypto 1.0.0-alpha.1", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "rand 0.8.5", @@ -5382,10 +5422,10 @@ dependencies = [ "is_sorted", "itertools 0.14.0", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-runtime", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "midnight-zswap", @@ -5411,13 +5451,13 @@ dependencies = [ "hex", "lazy_static", "log", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-ledger", "midnight-node-ledger-helpers", "midnight-onchain-runtime", "midnight-primitives-ledger", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "midnight-zswap", @@ -5451,11 +5491,11 @@ dependencies = [ "hex", "itertools 0.14.0", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-ledger", "midnight-onchain-runtime", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "midnight-zswap", @@ -5478,11 +5518,11 @@ dependencies = [ "hex", "konst", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-state", "midnight-onchain-vm", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "rand 0.8.5", @@ -5499,9 +5539,9 @@ dependencies = [ "derive-where", "fake", "hex", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "rand 0.8.5", @@ -5518,10 +5558,10 @@ dependencies = [ "fake", "hex", "konst", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-state", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "rand 0.8.5", @@ -5569,7 +5609,20 @@ dependencies = [ "crypto", "konst", "lazy_static", - "midnight-serialize-macros", + "midnight-serialize-macros 1.0.0-alpha.1", + "serde", + "serde_bytes", +] + +[[package]] +name = "midnight-serialize" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "crypto", + "konst", + "lazy_static", + "midnight-serialize-macros 1.0.0-alpha.5", "serde", "serde_bytes", ] @@ -5584,6 +5637,16 @@ dependencies = [ "syn 2.0.107", ] +[[package]] +name = "midnight-serialize-macros" +version = "1.0.0-alpha.5" +source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.5#d6845a987a6fe04643f14fe25ff96aad45656cf2" +dependencies = [ + "proc-macro2", + "quote 1.0.41", + "syn 2.0.107", +] + [[package]] name = "midnight-storage" version = "1.0.0-alpha.3" @@ -5597,8 +5660,8 @@ dependencies = [ "itertools 0.14.0", "konst", "lru 0.16.2", - "midnight-base-crypto", - "midnight-serialize", + "midnight-base-crypto 1.0.0-alpha.1", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage-macros", "parity-db", "parking_lot 0.12.5", @@ -5614,7 +5677,7 @@ name = "midnight-storage-macros" version = "1.0.0-alpha.3" source = "git+https://github.com/midnightntwrk/midnight-ledger?tag=ledger-6.1.0-alpha.3#49f184adb870ff0231532e9bb2cf6e807d526e53" dependencies = [ - "midnight-serialize-macros", + "midnight-serialize-macros 1.0.0-alpha.1", "proc-macro2", "quote 1.0.41", "syn 2.0.107", @@ -5637,12 +5700,12 @@ dependencies = [ "k256", "lazy_static", "lru 0.16.2", - "midnight-base-crypto", - "midnight-base-crypto-derive", + "midnight-base-crypto 1.0.0-alpha.1", + "midnight-base-crypto-derive 1.0.0-alpha.1", "midnight-circuits", "midnight-curves", "midnight-proofs", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "paste", "rand 0.8.5", @@ -5666,10 +5729,10 @@ dependencies = [ "is_sorted", "itertools 0.14.0", "lazy_static", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-coin-structure", "midnight-onchain-runtime", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "rand 0.8.5", @@ -6116,12 +6179,12 @@ dependencies = [ "lettre", "libc", "log", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.5", "midnight-coin-structure", "midnight-ledger", "midnight-node-ledger", "midnight-node-ledger-helpers", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-storage", "midnight-transient-crypto", "midnight-zswap", @@ -6184,7 +6247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.45.0", ] [[package]] @@ -6884,7 +6947,7 @@ dependencies = [ "quinn-udp", "rustc-hash", "rustls 0.23.34", - "socket2 0.6.1", + "socket2 0.5.10", "thiserror 2.0.17", "tokio", "tracing", @@ -6921,7 +6984,7 @@ dependencies = [ "cfg_aliases", "libc", "once_cell", - "socket2 0.6.1", + "socket2 0.5.10", "tracing", "windows-sys 0.60.2", ] @@ -11225,10 +11288,10 @@ dependencies = [ "const-hex", "group", "hex", - "midnight-base-crypto", + "midnight-base-crypto 1.0.0-alpha.1", "midnight-circuits", "midnight-proofs", - "midnight-serialize", + "midnight-serialize 1.0.0-alpha.1", "midnight-transient-crypto", "rand 0.8.5", "rand_chacha 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 96ef9a5d1..350af47fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ lettre = { version = "0.11.11", features = ["tokio1", "tokio1-native-tls"] } libc = "0.2" log = "0.4" midnight-ledger = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-ledger", tag = "ledger-6.1.0-alpha.3" } -midnight-base-crypto = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-base-crypto", tag = "ledger-6.1.0-alpha.3" } +midnight-base-crypto = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-base-crypto", tag = "ledger-6.1.0-alpha.5" } midnight-transient-crypto = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-transient-crypto", tag = "ledger-6.1.0-alpha.3" } midnight-storage = { git = "https://github.com/midnightntwrk/midnight-ledger", package = "midnight-storage", tag = "ledger-6.1.0-alpha.3" } midnight-serialize = { git = "https://github.com/midnightntwrk/midnight-ledger", tag = "ledger-6.1.0-alpha.3" }