mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Bump the known_good_semver group with 2 updates (#1485)
Bumps the known_good_semver group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [syn](https://github.com/dtolnay/syn). Updates `serde_json` from 1.0.105 to 1.0.106 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106) Updates `syn` from 2.0.31 to 2.0.32 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.31...2.0.32) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: known_good_semver - dependency-name: syn 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]
|
||||
memmap2 = "0.5.0"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-chain-spec-derive = { path = "derive" }
|
||||
sc-executor = { path = "../executor" }
|
||||
|
||||
@@ -18,4 +18,4 @@ proc-macro = true
|
||||
proc-macro-crate = "1.1.3"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = "2.0.31"
|
||||
syn = "2.0.32"
|
||||
|
||||
@@ -26,7 +26,7 @@ rand = "0.8.5"
|
||||
regex = "1.6.0"
|
||||
rpassword = "7.0.0"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
thiserror = "1.0.48"
|
||||
tiny-bip39 = "1.0.0"
|
||||
tokio = { version = "1.22.0", features = ["signal", "rt-multi-thread", "parking_lot"] }
|
||||
|
||||
@@ -30,7 +30,7 @@ sp-keystore = { path = "../../../../primitives/keystore" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
tokio = "1.22.0"
|
||||
sc-consensus = { path = "../../common" }
|
||||
sc-keystore = { path = "../../../keystore" }
|
||||
|
||||
@@ -23,7 +23,7 @@ sp-core = { path = "../../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
sc-rpc = { path = "../../../rpc", features = ["test-helpers"]}
|
||||
substrate-test-runtime-client = { path = "../../../../test-utils/runtime/client" }
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
|
||||
@@ -25,7 +25,7 @@ log = "0.4.17"
|
||||
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
thiserror = "1.0"
|
||||
fork-tree = { path = "../../../utils/fork-tree" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
thiserror = "1.0"
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
|
||||
@@ -23,4 +23,4 @@ sp-runtime = { path = "../../../primitives/runtime" }
|
||||
anyhow = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
|
||||
@@ -34,7 +34,7 @@ partial_sort = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
unsigned-varint = { version = "0.7.1", features = ["futures", "asynchronous_codec"] }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
thiserror = "1.0"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-transaction-pool-api = { path = "../transaction-pool/api" }
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
log = "0.4.17"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
tokio = { version = "1.22.0", features = ["parking_lot"] }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" }
|
||||
tower-http = { version = "0.4.0", features = ["cors"] }
|
||||
|
||||
@@ -18,7 +18,7 @@ futures = "0.3.21"
|
||||
jsonrpsee = { version = "0.16.2", features = ["server"] }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -35,7 +35,7 @@ futures-timer = "3.0.1"
|
||||
exit-future = "0.2.0"
|
||||
pin-project = "1.0.12"
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-trie = { path = "../../primitives/trie" }
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"] }
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
thiserror = "1.0.48"
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
|
||||
@@ -21,7 +21,7 @@ rand = "0.8.5"
|
||||
rand_pcg = "0.3.1"
|
||||
regex = "1"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
|
||||
@@ -23,6 +23,6 @@ pin-project = "1.0.12"
|
||||
sc-utils = { path = "../utils" }
|
||||
rand = "0.8.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
serde_json = "1.0.106"
|
||||
thiserror = "1.0.48"
|
||||
wasm-timer = "0.2.5"
|
||||
|
||||
@@ -18,4 +18,4 @@ proc-macro = true
|
||||
proc-macro-crate = "1.1.3"
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = { version = "1.0.28", features = ["proc-macro"] }
|
||||
syn = { version = "2.0.31", features = ["proc-macro", "full", "extra-traits", "parsing"] }
|
||||
syn = { version = "2.0.32", features = ["proc-macro", "full", "extra-traits", "parsing"] }
|
||||
|
||||
Reference in New Issue
Block a user