mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 18:31:05 +00:00
Bump the known_good_semver group with 2 updates (#1284)
Bumps the known_good_semver group with 2 updates: [serde](https://github.com/serde-rs/serde) and [clap](https://github.com/clap-rs/clap). Updates `serde` from 1.0.186 to 1.0.188 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.186...v1.0.188) Updates `clap` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: serde 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
|
||||
futures = "0.3.21"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-consensus-babe = { path = ".." }
|
||||
sc-consensus-epochs = { path = "../../epochs" }
|
||||
|
||||
@@ -38,7 +38,7 @@ sp-mmr-primitives = { path = "../../../primitives/merkle-mountain-range" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde = "1.0.163"
|
||||
serde = "1.0.188"
|
||||
tempfile = "3.1.0"
|
||||
tokio = "1.22.0"
|
||||
sc-block-builder = { path = "../../block-builder" }
|
||||
|
||||
@@ -14,7 +14,7 @@ futures = "0.3.21"
|
||||
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
|
||||
log = "0.4"
|
||||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-consensus-beefy = { path = ".." }
|
||||
sp-consensus-beefy = { path = "../../../../primitives/consensus/beefy" }
|
||||
|
||||
@@ -52,7 +52,7 @@ sp-runtime = { path = "../../../primitives/runtime" }
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
finality-grandpa = { version = "0.16.2", features = ["derive-codec", "test-helpers"] }
|
||||
serde = "1.0.163"
|
||||
serde = "1.0.188"
|
||||
tokio = "1.22.0"
|
||||
sc-network = { path = "../../network" }
|
||||
sc-network-test = { path = "../../network/test" }
|
||||
|
||||
@@ -15,7 +15,7 @@ futures = "0.3.16"
|
||||
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
|
||||
log = "0.4.8"
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
sc-client-api = { path = "../../../api" }
|
||||
sc-consensus-grandpa = { path = ".." }
|
||||
|
||||
Reference in New Issue
Block a user