Skip to content

Commit 14f4900

Browse files
Bump the known_good_semver group with 1 update (#2881)
Bumps the known_good_semver group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.4.13 to 4.4.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.4.14</h2> <h2>[4.4.14] - 2024-01-08</h2> <h3>Documentation</h3> <ul> <li>Fix <code>find</code> cookbook entry to allow repeats of flags/options</li> </ul> <h3>Features</h3> <ul> <li>Allow <code>num_args(0)</code> on options which allows making them emulate being a flag for position-tracking flags</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.4.14] - 2024-01-08</h2> <h3>Documentation</h3> <ul> <li>Fix <code>find</code> cookbook entry to allow repeats of flags/options</li> </ul> <h3>Features</h3> <ul> <li>Allow <code>num_args(0)</code> on options which allows making them emulate being a flag for position-tracking flags</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/514f28bc92ed683d53292cbe9457db3ec5df7b6f"><code>514f28b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/1440456d3ddaa6d9624297d83de9bb9abe82f10b"><code>1440456</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d6479ff7ddbcf524146428c92be23273b4f8bac5"><code>d6479ff</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5290">#5290</a> from epage/or</li> <li><a href="https://github.com/clap-rs/clap/commit/02f82146ad746ce9d1874e38ec7033150bb12622"><code>02f8214</code></a> docs(cookbook): Clarify intent of fake flags</li> <li><a href="https://github.com/clap-rs/clap/commit/c603f34574832b8894b44e0f67fd19dc7869e808"><code>c603f34</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5275">#5275</a> from epage/ci</li> <li><a href="https://github.com/clap-rs/clap/commit/641b42b2e82086775619bd15854ddb5b80311b49"><code>641b42b</code></a> chore(ci): Speed up critical path of CI</li> <li><a href="https://github.com/clap-rs/clap/commit/3eaf1af052bd5255cc2440dc1cc8f80831a3428b"><code>3eaf1af</code></a> fix(help): Correctly show help for fake flags</li> <li><a href="https://github.com/clap-rs/clap/commit/d63106b9f698df0d2241662ab1459c823890dec4"><code>d63106b</code></a> docs(cookbook): Allow repeated operators</li> <li><a href="https://github.com/clap-rs/clap/commit/148e102ac37bd0e5ca99cfe9c5d57ffc6243cf66"><code>148e102</code></a> fix(builder): Allow custom flag definitions</li> <li><a href="https://github.com/clap-rs/clap/commit/d53d881e339fec64e48990170b542fae4140eaaa"><code>d53d881</code></a> docs(cookbook): Demonstrate bad 'find' behavior</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/v4.4.13...v4.4.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.4.13&new-version=4.4.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3811629 commit 14f4900

File tree

28 files changed

+61
-61
lines changed

28 files changed

+61
-61
lines changed

Cargo.lock

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

cumulus/client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
1010
workspace = true
1111

1212
[dependencies]
13-
clap = { version = "4.4.13", features = ["derive"] }
13+
clap = { version = "4.4.14", features = ["derive"] }
1414
codec = { package = "parity-scale-codec", version = "3.0.0" }
1515
url = "2.4.0"
1616

cumulus/parachain-template/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish = false
1414
workspace = true
1515

1616
[dependencies]
17-
clap = { version = "4.4.13", features = ["derive"] }
17+
clap = { version = "4.4.14", features = ["derive"] }
1818
log = "0.4.20"
1919
codec = { package = "parity-scale-codec", version = "3.0.0" }
2020
serde = { version = "1.0.195", features = ["derive"] }

cumulus/polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
async-trait = "0.1.74"
19-
clap = { version = "4.4.13", features = ["derive"] }
19+
clap = { version = "4.4.14", features = ["derive"] }
2020
codec = { package = "parity-scale-codec", version = "3.0.0" }
2121
futures = "0.3.28"
2222
hex-literal = "0.4.1"

cumulus/test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/main.rs"
1414

1515
[dependencies]
1616
async-trait = "0.1.74"
17-
clap = { version = "4.4.13", features = ["derive"] }
17+
clap = { version = "4.4.14", features = ["derive"] }
1818
codec = { package = "parity-scale-codec", version = "3.0.0" }
1919
criterion = { version = "0.5.1", features = ["async_tokio"] }
2020
jsonrpsee = { version = "0.16.2", features = ["server"] }

polkadot/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
1919

2020
[dependencies]
2121
cfg-if = "1.0"
22-
clap = { version = "4.4.13", features = ["derive"], optional = true }
22+
clap = { version = "4.4.14", features = ["derive"], optional = true }
2323
log = "0.4.17"
2424
thiserror = "1.0.48"
2525
futures = "0.3.21"

polkadot/node/malus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ assert_matches = "1.5"
4343
async-trait = "0.1.74"
4444
sp-keystore = { path = "../../../substrate/primitives/keystore" }
4545
sp-core = { path = "../../../substrate/primitives/core" }
46-
clap = { version = "4.4.13", features = ["derive"] }
46+
clap = { version = "4.4.14", features = ["derive"] }
4747
futures = "0.3.21"
4848
futures-timer = "3.0.2"
4949
gum = { package = "tracing-gum", path = "../gum" }

polkadot/node/subsystem-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async-trait = "0.1.74"
3131
sp-keystore = { path = "../../../substrate/primitives/keystore" }
3232
sc-keystore = { path = "../../../substrate/client/keystore" }
3333
sp-core = { path = "../../../substrate/primitives/core" }
34-
clap = { version = "4.4.13", features = ["derive"] }
34+
clap = { version = "4.4.14", features = ["derive"] }
3535
futures = "0.3.21"
3636
futures-timer = "3.0.2"
3737
gum = { package = "tracing-gum", path = "../gum" }

polkadot/parachain/test-parachains/adder/collator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
19-
clap = { version = "4.4.13", features = ["derive"] }
19+
clap = { version = "4.4.14", features = ["derive"] }
2020
futures = "0.3.21"
2121
futures-timer = "3.0.2"
2222
log = "0.4.17"

polkadot/parachain/test-parachains/undying/collator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
19-
clap = { version = "4.4.13", features = ["derive"] }
19+
clap = { version = "4.4.14", features = ["derive"] }
2020
futures = "0.3.21"
2121
futures-timer = "3.0.2"
2222
log = "0.4.17"

0 commit comments

Comments
 (0)