Bump smallvec from 1.5.1 to 1.6.0 (#2183)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.5.1...v1.6.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:
dependabot[bot]
2021-01-05 14:40:44 +00:00
committed by GitHub
parent 5be092894e
commit 8d05d228fe
8 changed files with 43 additions and 43 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ polkadot-primitives = { path = "../../primitives" }
polkadot-statement-table = { path = "../../statement-table" }
polkadot-node-jaeger = { path = "../jaeger" }
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
smallvec = "1.5.1"
smallvec = "1.6.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.23"