mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Bump derive_more from 0.99.11 to 0.99.16 (#10282)
Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.11 to 0.99.16. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v0.99.11...v0.99.16) --- updated-dependencies: - dependency-name: derive_more 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
+10
-2
@@ -993,6 +993,12 @@ version = "0.1.5"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "convert_case"
|
||||||
|
version = "0.4.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "core-foundation"
|
name = "core-foundation"
|
||||||
version = "0.9.1"
|
version = "0.9.1"
|
||||||
@@ -1476,12 +1482,14 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "derive_more"
|
name = "derive_more"
|
||||||
version = "0.99.11"
|
version = "0.99.16"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
|
checksum = "40eebddd2156ce1bb37b20bbe5151340a31828b1f2d22ba4141f3531710e38df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"convert_case",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
"rustc_version 0.3.3",
|
||||||
"syn",
|
"syn",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ sp-state-machine = { version = "0.10.0-dev", path = "../../../primitives/state-m
|
|||||||
serde = "1.0.126"
|
serde = "1.0.126"
|
||||||
serde_json = "1.0.68"
|
serde_json = "1.0.68"
|
||||||
structopt = "0.3"
|
structopt = "0.3"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
kvdb = "0.10.0"
|
kvdb = "0.10.0"
|
||||||
kvdb-rocksdb = "0.14.0"
|
kvdb-rocksdb = "0.14.0"
|
||||||
sp-trie = { version = "4.0.0-dev", path = "../../../primitives/trie" }
|
sp-trie = { version = "4.0.0-dev", path = "../../../primitives/trie" }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ prost-build = "0.9"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
codec = { package = "parity-scale-codec", default-features = false, version = "2.0.0" }
|
codec = { package = "parity-scale-codec", default-features = false, version = "2.0.0" }
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
ip_network = "0.4.0"
|
ip_network = "0.4.0"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0" }
|
|||||||
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
|
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
|
||||||
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
|
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
|
||||||
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
|
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
|
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ log = "0.4.8"
|
|||||||
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
|
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated"] }
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
merlin = "2.0"
|
merlin = "2.0"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
retain_mut = "0.1.4"
|
retain_mut = "0.1.4"
|
||||||
async-trait = "0.1.50"
|
async-trait = "0.1.50"
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockcha
|
|||||||
sp-runtime = { version = "4.0.0-dev", path = "../../../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", path = "../../../../primitives/runtime" }
|
||||||
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" }
|
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" }
|
||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" }
|
sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" }
|
||||||
sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" }
|
sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" }
|
||||||
sp-core = { version = "4.0.0-dev", path = "../../../../primitives/core" }
|
sp-core = { version = "4.0.0-dev", path = "../../../../primitives/core" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ readme = "README.md"
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
jsonrpc-core = "18.0.0"
|
jsonrpc-core = "18.0.0"
|
||||||
jsonrpc-core-client = "18.0.0"
|
jsonrpc-core-client = "18.0.0"
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ log = "0.4.8"
|
|||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
parking_lot = "0.11.1"
|
parking_lot = "0.11.1"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.10.0-dev"}
|
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.10.0-dev"}
|
||||||
async-trait = "0.1.50"
|
async-trait = "0.1.50"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ readme = "README.md"
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
pwasm-utils = "0.18.2"
|
pwasm-utils = "0.18.2"
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||||
wasmi = "0.9.1"
|
wasmi = "0.9.1"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
dyn-clone = "1.0"
|
dyn-clone = "1.0"
|
||||||
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
|
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
|
||||||
futures = "0.3.9"
|
futures = "0.3.9"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.50"
|
async-trait = "0.1.50"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
sp-application-crypto = { version = "4.0.0-dev", path = "../../primitives/application-crypto" }
|
sp-application-crypto = { version = "4.0.0-dev", path = "../../primitives/application-crypto" }
|
||||||
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
|
||||||
sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
|
sp-keystore = { version = "0.10.0-dev", path = "../../primitives/keystore" }
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ bytes = "1"
|
|||||||
codec = { package = "parity-scale-codec", version = "2.0.0", features = [
|
codec = { package = "parity-scale-codec", version = "2.0.0", features = [
|
||||||
"derive",
|
"derive",
|
||||||
] }
|
] }
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
either = "1.5.3"
|
either = "1.5.3"
|
||||||
fnv = "1.0.6"
|
fnv = "1.0.6"
|
||||||
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
|
fork-tree = { version = "3.0.0", path = "../../utils/fork-tree" }
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ serde = { version = "1.0.126", features = ["derive"] }
|
|||||||
thiserror = { version = "1.0.30" }
|
thiserror = { version = "1.0.30" }
|
||||||
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/runtime" }
|
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/runtime" }
|
||||||
|
|
||||||
derive_more = { version = "0.99.11" }
|
derive_more = { version = "0.99.16" }
|
||||||
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
|
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.50"
|
async-trait = "0.1.50"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
|
||||||
futures = { version = "0.3.1" }
|
futures = { version = "0.3.1" }
|
||||||
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"], default-features = false }
|
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"], default-features = false }
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
|
|||||||
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool", features = ["test-helpers"] }
|
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool", features = ["test-helpers"] }
|
||||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" }
|
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" }
|
||||||
futures = "0.3.16"
|
futures = "0.3.16"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.16"
|
||||||
|
|||||||
Reference in New Issue
Block a user