Skip to content

Commit 37f1b33

Browse files
Bump the patch-dependencies group across 1 directory with 3 updates (#1430)
Bumps the patch-dependencies group with 3 updates in the / directory: [k256](https://github.com/RustCrypto/elliptic-curves), [clap](https://github.com/clap-rs/clap) and [tower-http](https://github.com/tower-rs/tower-http). Updates `k256` from 0.13.3 to 0.13.4 - [Commits](RustCrypto/elliptic-curves@k256/v0.13.3...k256/v0.13.4) Updates `clap` from 4.5.37 to 4.5.38 - [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.37...clap_complete-v4.5.38) Updates `tower-http` from 0.6.2 to 0.6.4 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.2...tower-http-0.6.4) --- updated-dependencies: - dependency-name: k256 dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies - dependency-name: tower-http dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c97feef commit 37f1b33

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/test-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition ='2021'
1010

1111
[dependencies]
1212
entropy-client ={ version="0.4.0-rc.1", path="../client" }
13-
clap ={ version="4.5.37", features=["derive"] }
13+
clap ={ version="4.5.38", features=["derive"] }
1414
colored ="3.0.0"
1515
subxt ="0.38.0"
1616
sp-core ="34.0.0"

crates/threshold-signature-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ entropy-programs-runtime="0.11.0"
5757
tracing ="0.1.41"
5858
tracing-subscriber ={ version="0.3.19", features=["env-filter", "json"] }
5959
tracing-loki ="0.2"
60-
tower-http ={ version="0.6.2", features=["trace", "cors"] }
60+
tower-http ={ version="0.6.4", features=["trace", "cors"] }
6161
tracing-bunyan-formatter="0.3.10"
6262
uuid ={ version="1.16.0", features=["v4"] }
6363

@@ -68,7 +68,7 @@ bip32 ={ version="0.5.3" }
6868
bip39 ={ version="2.1.0", features=["zeroize"] }
6969
bytes ={ version="1.10", default-features=false, features=["serde"] }
7070
base64 ="0.22.1"
71-
clap ={ version="4.5.37", features=["derive"] }
71+
clap ={ version="4.5.38", features=["derive"] }
7272
num ="0.4.3"
7373
snow ="0.9.6"
7474
sha3 ="0.10.8"

node/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name='entropy'
1919
[dependencies]
2020

2121
# Third-party dependencies
22-
clap ={ version="4.5.37", features=["derive"], optional=true }
22+
clap ={ version="4.5.38", features=["derive"], optional=true }
2323
codec ={ package="parity-scale-codec", version="3.0.0" }
2424
futures ="0.3.31"
2525
hex-literal ="1.0.0"
@@ -101,7 +101,7 @@ pallet-registry={ version="0.4.0-rc.1", path="../../pallets/registry" }
101101
pallet-staking-extension={ version="0.4.0-rc.1", path="../../pallets/staking" }
102102

103103
[build-dependencies]
104-
clap={ version="4.5.37", optional=true }
104+
clap={ version="4.5.38", optional=true }
105105

106106
pallet-balances ={ version="39.0.0" }
107107
substrate-build-script-utils={ version="11.0.0" }

0 commit comments

Comments
 (0)