Skip to content

Commit

Permalink
Bump clap from 4.5.18 to 4.5.19 in the patch-dependencies group
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 1 update: [clap](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.18 to 4.5.19
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.19)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 4af5c9e commit 066e059
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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.2.0", path="../client" }
clap ={ version="4.5.18", features=["derive"] }
clap ={ version="4.5.19", features=["derive"] }
colored ="2.0.4"
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 @@ -63,7 +63,7 @@ bip32={ version="0.5.2" }
bip39={ version="2.0.0", features=["zeroize"] }
bytes={ version="1.7", default-features=false, features=["serde"] }
base64="0.22.1"
clap={ version="4.5.18", features=["derive"] }
clap={ version="4.5.19", 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.18", features=["derive"], optional=true }
clap ={ version="4.5.19", features=["derive"], optional=true }
codec ={ package="parity-scale-codec", version="3.0.0" }
futures ="0.3.30"
hex-literal ="0.4.1"
Expand Down Expand Up @@ -99,7 +99,7 @@ pallet-staking-extension={ version="0.2.0", path="../../pallets/staking" }
project-root="0.2.2"

[build-dependencies]
clap={ version="4.5.18", optional=true }
clap={ version="4.5.19", optional=true }

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

0 comments on commit 066e059

Please sign in to comment.