From 8d30865e77a04e7c7065a2b00656526f532d49b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:54:59 +0000 Subject: [PATCH 1/2] Bump the patch-dependencies group with 3 updates (#1267) Bumps the patch-dependencies group with 3 updates: [serde_json](https://github.com/serde-rs/json), [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) and [bip32](https://github.com/iqlusioninc/crates). Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.137...v1.0.138) Updates `parity-scale-codec` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/paritytech/parity-scale-codec/releases) - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/parity-scale-codec/commits) Updates `bip32` from 0.5.2 to 0.5.3 - [Commits](https://github.com/iqlusioninc/crates/compare/bip32/v0.5.2...bip32/v0.5.3) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: parity-scale-codec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: bip32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 47 ++++++++++++++------ crates/client/Cargo.toml | 2 +- crates/test-cli/Cargo.toml | 4 +- crates/testing-utils/Cargo.toml | 2 +- crates/threshold-signature-server/Cargo.toml | 4 +- node/cli/Cargo.toml | 2 +- pallets/registry/Cargo.toml | 2 +- 7 files changed, 41 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbcec3b2f..ad81ffd68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "bip32" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" +checksum = "db40d3dfbeab4e031d78c844642fa0caa0b0db11ce1607ac9d2986dff1405c69" dependencies = [ "bs58 0.5.1", "hmac 0.12.1", @@ -834,6 +834,7 @@ dependencies = [ "pbkdf2 0.12.2", "rand_core 0.6.4", "ripemd", + "secp256k1 0.27.0", "sha2 0.10.8", "subtle 2.6.1", "zeroize", @@ -7781,9 +7782,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.7.1" +version = "3.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e5fdb66425c73b3f87565b2c8bd70c27afdd41b5e14ab46f303873a7c50294e" +checksum = "b91c2d9a6a6004e205b7e881856fb1a0f5022d382acc2c01b52185f7b6f65997" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -11528,13 +11529,31 @@ dependencies = [ "zeroize", ] +[[package]] +name = "secp256k1" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" +dependencies = [ + "secp256k1-sys 0.8.1", +] + [[package]] name = "secp256k1" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.9.2", +] + +[[package]] +name = "secp256k1-sys" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" +dependencies = [ + "cc", ] [[package]] @@ -11677,9 +11696,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", @@ -12518,7 +12537,7 @@ dependencies = [ "rand", "scale-info", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy 0.8.0", "serde", "sp-crypto-hashing", @@ -12565,7 +12584,7 @@ dependencies = [ "rand", "scale-info", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy 0.8.0", "serde", "sp-crypto-hashing", @@ -12612,7 +12631,7 @@ dependencies = [ "rand", "scale-info", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy 0.8.0", "serde", "sp-crypto-hashing", @@ -12774,7 +12793,7 @@ dependencies = [ "log", "parity-scale-codec", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core 29.0.0", "sp-crypto-hashing", "sp-externalities 0.26.0", @@ -12801,7 +12820,7 @@ dependencies = [ "parity-scale-codec", "polkavm-derive 0.9.1", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core 31.0.0", "sp-crypto-hashing", "sp-externalities 0.27.0", @@ -12828,7 +12847,7 @@ dependencies = [ "parity-scale-codec", "polkavm-derive 0.9.1", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core 32.0.0", "sp-crypto-hashing", "sp-externalities 0.28.0", @@ -14155,7 +14174,7 @@ dependencies = [ "pbkdf2 0.12.2", "regex", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy 0.8.0", "sha2 0.10.8", "sp-crypto-hashing", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 983308208..81a33343c 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -31,7 +31,7 @@ reqwest ={ version="0.12.12", features=["json", "stream"], optional=tr base64 ={ version="0.22.0", optional=true } synedrion ={ version="0.2.0", optional=true } hex ={ version="0.4.3", optional=true } -parity-scale-codec={ version="3.7.1", default-features=false, optional=true } +parity-scale-codec={ version="3.7.2", default-features=false, optional=true } # Only for the browser js-sys={ version="0.3.74", optional=true } diff --git a/crates/test-cli/Cargo.toml b/crates/test-cli/Cargo.toml index 348dbf992..609875782 100644 --- a/crates/test-cli/Cargo.toml +++ b/crates/test-cli/Cargo.toml @@ -21,7 +21,7 @@ bincode ="1.3.3" x25519-dalek ="2.0.1" sp-runtime ={ version="32.0.0", default-features=false } entropy-shared ={ version="0.3.0", path="../shared" } -serde_json ="1.0.137" +serde_json ="1.0.138" serde ={ version="1.0.217", features=["derive"] } reqwest ="0.12.12" -parity-scale-codec={ version="3.7.1", default-features=false } +parity-scale-codec={ version="3.7.2", default-features=false } diff --git a/crates/testing-utils/Cargo.toml b/crates/testing-utils/Cargo.toml index 74e47768e..d42d24e29 100644 --- a/crates/testing-utils/Cargo.toml +++ b/crates/testing-utils/Cargo.toml @@ -13,7 +13,7 @@ subxt ="0.35.3" sp-keyring ="34.0.0" project-root ="0.2.2" sp-core ={ version="31.0.0", default-features=false } -parity-scale-codec="3.7.1" +parity-scale-codec="3.7.2" lazy_static ="1.5.0" hex-literal ="0.4.1" tokio ={ version="1.43", features=["macros", "fs", "rt-multi-thread", "io-util", "process"] } diff --git a/crates/threshold-signature-server/Cargo.toml b/crates/threshold-signature-server/Cargo.toml index 96686cd50..16f9a082e 100644 --- a/crates/threshold-signature-server/Cargo.toml +++ b/crates/threshold-signature-server/Cargo.toml @@ -36,7 +36,7 @@ axum ={ version="0.8.2", features=["ws"] } # Substrate subxt ="0.35.3" -parity-scale-codec="3.7.1" +parity-scale-codec="3.7.2" sp-core ={ version="31.0.0", default-features=false } sp-keyring ="34.0.0" @@ -60,7 +60,7 @@ uuid ={ version="1.12.1", features=["v4"] } # Misc tokio-tungstenite="0.26.1" bincode ="1.3.3" -bip32 ={ version="0.5.2" } +bip32 ={ version="0.5.3" } bip39 ={ version="2.1.0", features=["zeroize"] } bytes ={ version="1.9", default-features=false, features=["serde"] } base64 ="0.22.1" diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 8c48060e2..025c6afa3 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -30,7 +30,7 @@ log ="0.4.25" pallet-im-online={ version="28.0.0" } rand ="0.8.5" serde ={ version="1.0.217", features=["derive"] } -serde_json ='1.0.137' +serde_json ='1.0.138' # Substrate Client diff --git a/pallets/registry/Cargo.toml b/pallets/registry/Cargo.toml index 8d48b2ebb..5b3327c35 100644 --- a/pallets/registry/Cargo.toml +++ b/pallets/registry/Cargo.toml @@ -12,7 +12,7 @@ publish =false targets=['x86_64-unknown-linux-gnu'] [dependencies] -bip32 ={ version="0.5.2", default-features=false, features=["alloc"] } +bip32 ={ version="0.5.3", default-features=false, features=["alloc"] } codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] } log ={ version="0.4.25", default-features=false } scale-info={ version="2.11", default-features=false, features=["derive"] } From 3fad280823a8c5b4c528813e2efb607e047fc7cb Mon Sep 17 00:00:00 2001 From: JesseAbram <33698952+JesseAbram@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:22:51 -0500 Subject: [PATCH 2/2] Fix licensing issue (#1269) * Fix licenceing issue * exceptions added --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index c9049376f..25c616087 100644 --- a/deny.toml +++ b/deny.toml @@ -33,7 +33,6 @@ exceptions=[ { allow=["AGPL-3.0"], name="entropy-client" }, { allow=["AGPL-3.0"], name="entropy-testing-utils" }, { allow=["AGPL-3.0"], name="entropy-test-cli" }, - { allow=["AGPL-3.0"], name="entropy-create-test-keyshares" }, # Other Entropy crates { allow=["AGPL-3.0"], name="entropy-programs-core" }, @@ -46,6 +45,8 @@ exceptions=[ # them { allow=["OpenSSL"], name="ring" }, { allow=["Unicode-DFS-2016"], name="unicode-ident" }, + { allow=["Zlib"], name="const_format" }, + { allow=["Zlib"], name="const_format_proc_macros" }, ] # Some crates don't have (easily) machine readable licensing information,