mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-17 17:11:02 +00:00
Bump smallvec from 1.4.2 to 1.5.0 (#1971)
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.4.2...v1.5.0) 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:
@@ -24,7 +24,7 @@ sc-service = { git = "https://github.com/paritytech/substrate", branch = "master
|
||||
[dev-dependencies]
|
||||
env_logger = "0.8.1"
|
||||
assert_matches = "1.4.0"
|
||||
smallvec = "1.4.2"
|
||||
smallvec = "1.5.0"
|
||||
kvdb-memorydb = "0.7.0"
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -26,4 +26,4 @@ sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
|
||||
futures-timer = "3.0.2"
|
||||
env_logger = "0.8.1"
|
||||
assert_matches = "1.4.0"
|
||||
smallvec = "1.4.2"
|
||||
smallvec = "1.5.0"
|
||||
|
||||
@@ -18,7 +18,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys
|
||||
[dev-dependencies]
|
||||
env_logger = "0.8.1"
|
||||
assert_matches = "1.4.0"
|
||||
smallvec = "1.4.2"
|
||||
smallvec = "1.5.0"
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
||||
|
||||
@@ -19,7 +19,7 @@ polkadot-node-subsystem-util = { path = "../subsystem-util" }
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
polkadot-statement-table = { path = "../../statement-table" }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
smallvec = "1.4.2"
|
||||
smallvec = "1.5.0"
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -19,7 +19,7 @@ polkadot-node-network-protocol = { path = "../network/protocol" }
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
polkadot-statement-table = { path = "../../statement-table" }
|
||||
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
smallvec = "1.4.2"
|
||||
smallvec = "1.5.0"
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
thiserror = "1.0.22"
|
||||
|
||||
Reference in New Issue
Block a user