Skip to content

Commit

Permalink
Bump the known_good_semver group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the known_good_semver group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` |
| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.204` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.120` |
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.33` | `0.9.34+deprecated` |
| [clap](https://github.com/clap-rs/clap) | `4.5.3` | `4.5.9` |
| [paste](https://github.com/dtolnay/paste) | `1.0.14` | `1.0.15` |



Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

Updates `quote` from 1.0.35 to 1.0.36
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.35...1.0.36)

Updates `serde` from 1.0.197 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.204)

Updates `serde_derive` from 1.0.197 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.204)

Updates `serde_json` from 1.0.114 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...v1.0.120)

Updates `serde_yaml` from 0.9.33 to 0.9.34+deprecated
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.33...0.9.34)

Updates `clap` from 4.5.3 to 4.5.9
- [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.3...v4.5.9)

Updates `paste` from 1.0.14 to 1.0.15
- [Release notes](https://github.com/dtolnay/paste/releases)
- [Commits](dtolnay/paste@1.0.14...1.0.15)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
- dependency-name: paste
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: known_good_semver
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 76cbc69 commit 54a8f0e
Show file tree
Hide file tree
Showing 40 changed files with 201 additions and 201 deletions.
314 changes: 157 additions & 157 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,12 @@ default_constructed_unit_structs = { level = "allow", priority = 2 } # stylistic
polkavm = "0.9.3"
polkavm-linker = "0.9.2"
polkavm-derive = "0.9.1"
log = { version = "0.4.21", default-features = false }
quote = { version = "1.0.33" }
serde = { version = "1.0.197", default-features = false }
log = { version = "0.4.22", default-features = false }
quote = { version = "1.0.36" }
serde = { version = "1.0.204", default-features = false }
serde-big-array = { version = "0.3.2" }
serde_derive = { version = "1.0.117" }
serde_json = { version = "1.0.114", default-features = false }
serde_json = { version = "1.0.120", default-features = false }
serde_yaml = { version = "0.9" }
syn = { version = "2.0.53" }
thiserror = { version = "1.0.48" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
workspace = true

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12" }
url = "2.4.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false }
paste = "1.0.14"
paste = "1.0.15"

# Substrate
sp-consensus-beefy = { path = "../../../../../substrate/primitives/consensus/beefy" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
async-trait = "0.1.79"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12" }
futures = "0.3.28"
hex-literal = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion cumulus/test/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/main.rs"

[dependencies]
async-trait = "0.1.79"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12" }
criterion = { version = "0.5.1", features = ["async_tokio"] }
jsonrpsee = { version = "0.22", features = ["server"] }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/xcm/xcm-emulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ workspace = true

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12" }
paste = "1.0.14"
paste = "1.0.15"
log = { workspace = true }
lazy_static = "1.4.0"
impl-trait-for-tuples = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
cfg-if = "1.0"
clap = { version = "4.5.3", features = ["derive"], optional = true }
clap = { version = "4.5.9", features = ["derive"], optional = true }
log = { workspace = true, default-features = true }
thiserror = { workspace = true }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/node/malus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ assert_matches = "1.5"
async-trait = "0.1.79"
sp-keystore = { path = "../../../substrate/primitives/keystore" }
sp-core = { path = "../../../substrate/primitives/core" }
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../gum" }
Expand Down
4 changes: 2 additions & 2 deletions polkadot/node/subsystem-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async-trait = "0.1.79"
sp-keystore = { path = "../../../substrate/primitives/keystore" }
sc-keystore = { path = "../../../substrate/client/keystore" }
sp-core = { path = "../../../substrate/primitives/core" }
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
futures = "0.3.30"
futures-timer = "3.0.2"
bincode = "1.3.3"
Expand Down Expand Up @@ -85,7 +85,7 @@ schnorrkel = { version = "0.11.4", default-features = false }
# rand_core should match schnorrkel
rand_core = "0.6.2"
rand_chacha = { version = "0.3.1" }
paste = "1.0.14"
paste = "1.0.15"
orchestra = { version = "0.3.5", default-features = false, features = ["futures_channel"] }
pyroscope = { version = "0.5.7" }
pyroscope_pprofrs = "0.2.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
futures = "0.3.30"
futures-timer = "3.0.2"
log = { workspace = true, default-features = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
futures = "0.3.30"
futures-timer = "3.0.2"
log = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/utils/generate-bags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "CLI to generate voter bags for Polkadot runtimes"
workspace = true

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }

generate-bags = { path = "../../../substrate/utils/frame/generate-bags" }
sp-io = { path = "../../../substrate/primitives/io" }
Expand Down
2 changes: 1 addition & 1 deletion polkadot/utils/remote-ext-tests/bags-list/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ sp-tracing = { path = "../../../../substrate/primitives/tracing" }
frame-system = { path = "../../../../substrate/frame/system" }
sp-core = { path = "../../../../substrate/primitives/core" }

clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
log = { workspace = true, default-features = true }
tokio = { version = "1.24.2", features = ["macros"] }
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12" }
scale-info = { version = "2.6.0", default-features = false }
paste = "1.0.7"
paste = "1.0.15"

frame-support = { path = "../../../substrate/frame/support" }
frame-system = { path = "../../../substrate/frame/system" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/node/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
array-bytes = "6.2.2"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
log = { workspace = true, default-features = true }
node-primitives = { path = "../primitives" }
node-testing = { path = "../testing" }
Expand Down
4 changes: 2 additions & 2 deletions substrate/bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
# third-party dependencies
array-bytes = "6.1"
clap = { version = "4.5.3", features = ["derive"], optional = true }
clap = { version = "4.5.9", features = ["derive"], optional = true }
codec = { package = "parity-scale-codec", version = "3.6.12" }
serde = { features = ["derive"], workspace = true, default-features = true }
jsonrpsee = { version = "0.22", features = ["server"] }
Expand Down Expand Up @@ -78,7 +78,7 @@ substrate-cli-test-utils = { path = "../../../test-utils/cli" }
sc-service-test = { path = "../../../client/service/test" }

[build-dependencies]
clap = { version = "4.5.3", optional = true }
clap = { version = "4.5.9", optional = true }
clap_complete = { version = "4.0.2", optional = true }

node-inspect = { package = "staging-node-inspect", path = "../inspect", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/node/inspect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12" }
thiserror = { workspace = true }
sc-cli = { path = "../../../client/cli" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/utils/chain-spec-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ name = "chain-spec-builder"
crate-type = ["rlib"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
log = { workspace = true, default-features = true }
sc-chain-spec = { path = "../../../client/chain-spec", features = ["clap"] }
serde_json = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/bin/utils/subkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ path = "src/main.rs"
name = "subkey"

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
sc-cli = { path = "../../../client/cli" }
2 changes: 1 addition & 1 deletion substrate/client/chain-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"], optional = true }
clap = { version = "4.5.9", features = ["derive"], optional = true }
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
memmap2 = "0.9.3"
serde = { features = ["derive"], workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
array-bytes = "6.2.2"
chrono = "0.4.31"
clap = { version = "4.5.3", features = ["derive", "string", "wrap_help"] }
clap = { version = "4.5.9", features = ["derive", "string", "wrap_help"] }
fdlimit = "0.3.0"
futures = "0.3.30"
itertools = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion substrate/client/storage-monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://substrate.io"
workspace = true

[dependencies]
clap = { version = "4.5.3", features = ["derive", "string"] }
clap = { version = "4.5.9", features = ["derive", "string"] }
log = { workspace = true, default-features = true }
fs4 = "0.7.0"
sp-core = { path = "../../primitives/core" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/asset-conversion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false }
log = { version = "0.4.20", default-features = false }
log = { version = "0.4.22", default-features = false }
frame-support = { path = "../support", default-features = false }
frame-system = { path = "../system", default-features = false }
frame-benchmarking = { path = "../benchmarking", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/asset-conversion/ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false }
log = { version = "0.4.20", default-features = false }
log = { version = "0.4.22", default-features = false }
frame-support = { path = "../../support", default-features = false }
frame-system = { path = "../../system", default-features = false }
frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pallet-transaction-payment = { path = "../transaction-payment" }
frame-support = { path = "../support", features = ["experimental"] }
sp-core = { path = "../../primitives/core" }
sp-io = { path = "../../primitives/io" }
paste = "1.0.12"
paste = "1.0.15"

[features]
default = ["std"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
honggfuzz = "0.5"
rand = { version = "0.8", features = ["small_rng", "std"] }

Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/examples/multi-block-migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pallet-migrations = { path = "../../migrations", default-features = false }
frame-support = { path = "../../support", default-features = false }
frame-system = { path = "../../system", default-features = false }
frame-benchmarking = { path = "../../benchmarking", default-features = false, optional = true }
log = { version = "0.4.20", default-features = false }
log = { version = "0.4.22", default-features = false }
scale-info = { version = "2.10.0", default-features = false }
sp-io = { path = "../../../primitives/io", default-features = false }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
docify = "0.2.8"
log = { version = "0.4.21", default-features = false }
log = { version = "0.4.22", default-features = false }
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
frame-support = { path = "../../support", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["derive"] }
docify = "0.2.8"
impl-trait-for-tuples = "0.2.2"
log = "0.4.21"
log = "0.4.22"
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }

frame-benchmarking = { default-features = false, optional = true, path = "../benchmarking" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/parameters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition.workspace = true
[dependencies]
codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = ["max-encoded-len"] }
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
paste = { version = "1.0.14", default-features = false }
paste = { version = "1.0.15", default-features = false }
serde = { features = ["derive"], optional = true, workspace = true, default-features = true }
docify = "0.2.8"

Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dyn-clonable = { version = "0.9.0", optional = true }
thiserror = { optional = true, workspace = true }
tracing = { version = "0.1.29", optional = true }
bitflags = "1.3"
paste = "1.0.7"
paste = "1.0.15"
itertools = { version = "0.11", optional = true }

# full crypto
Expand Down
2 changes: 1 addition & 1 deletion substrate/primitives/npos-elections/fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
honggfuzz = "0.5"
rand = { version = "0.8", features = ["small_rng", "std"] }
sp-npos-elections = { path = ".." }
Expand Down
2 changes: 1 addition & 1 deletion substrate/scripts/ci/node-template-release/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
flate2 = "1.0"
fs_extra = "1.3"
glob = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion substrate/utils/frame/benchmarking-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
array-bytes = "6.2.2"
chrono = "0.4"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12" }
comfy-table = { version = "7.1.0", default-features = false }
handlebars = "5.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ kitchensink-runtime = { path = "../../../../bin/node/runtime" }
generate-bags = { path = ".." }

# third-party
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
2 changes: 1 addition & 1 deletion substrate/utils/frame/omni-bencher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
workspace = true

[dependencies]
clap = { version = "4.5.2", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
cumulus-primitives-proof-size-hostfunction = { path = "../../../../cumulus/primitives/proof-size-hostfunction" }
frame-benchmarking-cli = { path = "../benchmarking-cli", default-features = false }
sc-cli = { path = "../../../client/cli" }
Expand Down
2 changes: 1 addition & 1 deletion templates/minimal/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
docify = "0.2.0"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
futures-timer = "3.0.1"
jsonrpsee = { version = "0.22", features = ["server"] }
Expand Down
2 changes: 1 addition & 1 deletion templates/parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build = "build.rs"
# name = "parachain-template-node"

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
log = { workspace = true, default-features = true }
codec = { package = "parity-scale-codec", version = "3.6.12" }
serde = { features = ["derive"], workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion templates/solochain/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build = "build.rs"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.9", features = ["derive"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
serde_json = { workspace = true, default-features = true }
jsonrpsee = { version = "0.22", features = ["server"] }
Expand Down

0 comments on commit 54a8f0e

Please sign in to comment.