mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 23:15:42 +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:
@@ -58,7 +58,7 @@ pallet-babe = { path = "../../../substrate/frame/babe" }
|
||||
pallet-treasury = { path = "../../../substrate/frame/treasury" }
|
||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||
sp-keyring = { path = "../../../substrate/primitives/keyring" }
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
libsecp256k1 = "0.7.0"
|
||||
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
sp-trie = { path = "../../../substrate/primitives/trie" }
|
||||
separator = "0.4.1"
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false }
|
||||
|
||||
@@ -62,7 +62,7 @@ test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../pri
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing" }
|
||||
thousands = "0.2.0"
|
||||
assert_matches = "1"
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -107,7 +107,7 @@ hex-literal = "0.4.1"
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
sp-trie = { path = "../../../substrate/primitives/trie" }
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
separator = "0.4.1"
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
|
||||
@@ -99,7 +99,7 @@ keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyrin
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
sp-trie = { path = "../../../substrate/primitives/trie" }
|
||||
separator = "0.4.1"
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ hex-literal = "0.4.1"
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
sp-trie = { path = "../../../substrate/primitives/trie" }
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { path = "../../../substrate/utils/wasm-builder" }
|
||||
|
||||
@@ -108,7 +108,7 @@ xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder",
|
||||
hex-literal = "0.4.1"
|
||||
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|
||||
keyring = { package = "sp-keyring", path = "../../../substrate/primitives/keyring" }
|
||||
serde_json = "1.0.96"
|
||||
serde_json = "1.0.106"
|
||||
remote-externalities = { package = "frame-remote-externalities" , path = "../../../substrate/utils/frame/remote-externalities" }
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
sp-tracing = { path = "../../../substrate/primitives/tracing", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user