Skip to content

Commit

Permalink
Merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Jan 9, 2025
2 parents 77f1931 + 09c86be commit 5176ffc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/test-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition ='2021'

[dependencies]
entropy-client ={ version="0.3.0", path="../client" }
clap ={ version="4.5.23", features=["derive"] }
clap ={ version="4.5.24", features=["derive"] }
colored ="3.0.0"
subxt ="0.35.3"
sp-core ="31.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bip32={ version="0.5.2" }
bip39={ version="2.1.0", features=["zeroize"] }
bytes={ version="1.9", default-features=false, features=["serde"] }
base64="0.22.1"
clap={ version="4.5.23", features=["derive"] }
clap={ version="4.5.24", features=["derive"] }
num="0.4.3"
snow="0.9.6"
sha3="0.10.8"
Expand Down
4 changes: 2 additions & 2 deletions node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name='entropy'
[dependencies]

# Third-party dependencies
clap ={ version="4.5.23", features=["derive"], optional=true }
clap ={ version="4.5.24", features=["derive"], optional=true }
codec ={ package="parity-scale-codec", version="3.0.0" }
futures ="0.3.31"
hex-literal ="0.4.1"
Expand Down Expand Up @@ -99,7 +99,7 @@ pallet-staking-extension={ version="0.3.0", path="../../pallets/staking" }
project-root="0.2.2"

[build-dependencies]
clap={ version="4.5.23", optional=true }
clap={ version="4.5.24", optional=true }

pallet-balances ={ version="29.0.0" }
substrate-build-script-utils={ version="11.0.0" }
Expand Down

0 comments on commit 5176ffc

Please sign in to comment.