mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 14:05:50 +00:00
Bump paste from 1.0.4 to 1.0.6 (#10333)
Bumps [paste](https://github.com/dtolnay/paste) from 1.0.4 to 1.0.6. - [Release notes](https://github.com/dtolnay/paste/releases) - [Commits](https://github.com/dtolnay/paste/compare/1.0.4...1.0.6) --- updated-dependencies: - dependency-name: paste dependency-type: direct:production update-type: version-update:semver-patch ... 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:
Generated
+9
-9
@@ -1947,7 +1947,7 @@ dependencies = [
|
|||||||
"linregress",
|
"linregress",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
"scale-info",
|
"scale-info",
|
||||||
"sp-api",
|
"sp-api",
|
||||||
"sp-io",
|
"sp-io",
|
||||||
@@ -2044,7 +2044,7 @@ dependencies = [
|
|||||||
"once_cell",
|
"once_cell",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parity-util-mem",
|
"parity-util-mem",
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"scale-info",
|
"scale-info",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -6465,9 +6465,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "paste"
|
name = "paste"
|
||||||
version = "1.0.4"
|
version = "1.0.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "paste-impl"
|
name = "paste-impl"
|
||||||
@@ -8072,7 +8072,7 @@ dependencies = [
|
|||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parking_lot 0.11.1",
|
"parking_lot 0.11.1",
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
"regex",
|
"regex",
|
||||||
"sc-executor-common",
|
"sc-executor-common",
|
||||||
"sc-executor-wasmi",
|
"sc-executor-wasmi",
|
||||||
@@ -8495,7 +8495,7 @@ dependencies = [
|
|||||||
name = "sc-runtime-test"
|
name = "sc-runtime-test"
|
||||||
version = "2.0.0"
|
version = "2.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
"sp-core",
|
"sp-core",
|
||||||
"sp-io",
|
"sp-io",
|
||||||
"sp-runtime",
|
"sp-runtime",
|
||||||
@@ -9082,7 +9082,7 @@ dependencies = [
|
|||||||
"approx",
|
"approx",
|
||||||
"num-complex",
|
"num-complex",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -9696,7 +9696,7 @@ dependencies = [
|
|||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"parity-util-mem",
|
"parity-util-mem",
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
"rand 0.7.3",
|
"rand 0.7.3",
|
||||||
"scale-info",
|
"scale-info",
|
||||||
"serde",
|
"serde",
|
||||||
@@ -11604,7 +11604,7 @@ dependencies = [
|
|||||||
"libc",
|
"libc",
|
||||||
"log 0.4.14",
|
"log 0.4.14",
|
||||||
"object 0.27.1",
|
"object 0.27.1",
|
||||||
"paste 1.0.4",
|
"paste 1.0.6",
|
||||||
"psm",
|
"psm",
|
||||||
"rayon",
|
"rayon",
|
||||||
"region",
|
"region",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../..
|
|||||||
sp-sandbox = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/sandbox" }
|
sp-sandbox = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/sandbox" }
|
||||||
sp-std = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/std" }
|
sp-std = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/std" }
|
||||||
sp-tasks = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/tasks" }
|
sp-tasks = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/tasks" }
|
||||||
paste = "1.0.4"
|
paste = "1.0.6"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" }
|
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" }
|
||||||
|
|||||||
Reference in New Issue
Block a user